答案 0 :(得分:0)
您必须将以下依赖项添加到build.gradle(模块)文件中:
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-auth:16.0.3'
implementation 'com.google.firebase:firebase-database:16.0.1'
还将google-services
类路径添加到build.gradle(顶级):
classpath 'com.google.gms:google-services:4.1.0'
并且重要的是成功运行应用程序,在其中添加google-services.json
在build.gradle(模块)文件中带有启用插件的应用模块文件夹:
apply plugin: 'com.google.gms.google-services'