在Firebase的所有权从我的帐户更改为团队负责人之前,该应用程序运行良好。现在,Google登录将无法使用,这是发生的错误。
Google登录失败 com.google.android.gms.common.api.ApiException:7:
我尝试搜索很多问题,但找不到任何此类情况。请帮忙!所有权更改后,我尝试下载新的Google-Services.json文件。最初,所有权更改后,该行出现了编译错误 .requestIdToken(getString(R.string.default_web_client_id)) 说,无法解析符号:default_web_client_id
初步搜索后,我添加了Gradle文件-
implementation 'com.firebaseui:firebase-ui-auth:4.1.0'
这消除了该错误,但从那时起Google登录无效。
这是build.gradle文件的一部分
// Firebase Auth
implementation 'com.firebaseui:firebase-ui-auth:4.1.0'
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.google.firebase:firebase-core:16.0.6'
// Google play services
implementation 'com.google.android.gms:play-services-auth:16.0.1'
它也有 应用插件:“ com.google.gms.google-services”