我使用Firebase作为我的云端服务器。我想制作一个简单的数据库列表,但我无法解决无法解析符号Firebase
依赖关系是:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.google.firebase:firebase-database:11.4.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.google.firebase:firebase-core:11.4.0'
compile 'com.google.firebase:firebase-database:11.4.0'
}
答案 0 :(得分:0)
你需要添加"申请插件:' com.google.gms.google-services' "在模块gradle文件中依赖之后使用:
ngOnInit
项目gradle文件中的。