Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/214.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Firebase Google登录不';在Google重置密钥证书后无法工作_Android_Firebase_Firebase Authentication_Google Play Console_Android Keystore - Fatal编程技术网

Android Firebase Google登录不';在Google重置密钥证书后无法工作

Android Firebase Google登录不';在Google重置密钥证书后无法工作,android,firebase,firebase-authentication,google-play-console,android-keystore,Android,Firebase,Firebase Authentication,Google Play Console,Android Keystore,我丢失了我的上传密钥,所以我要求谷歌重新初始化它,他们这样做了,现在我无法再使用谷歌帐户登录(在此之前没有问题),状态代码为10,所以这通常不是代码问题 我使用Firebase Google登录 我在Firebase中更新SHA(并在我的应用程序中更新google-services.Json) 我在Firebase和我的代码中更新我的Web客户端凭据 我使缓存无效/重新启动并清理项目 接受OAuth同意 SHA-1在play.google.com和Firebase中是相同的,并且应用程序是用它

我丢失了我的上传密钥,所以我要求谷歌重新初始化它,他们这样做了,现在我无法再使用谷歌帐户登录(在此之前没有问题),状态代码为10,所以这通常不是代码问题

我使用Firebase Google登录

  • 我在Firebase中更新SHA(并在我的应用程序中更新google-services.Json)
  • 我在Firebase和我的代码中更新我的Web客户端凭据
  • 我使缓存无效/重新启动并清理项目
  • 接受OAuth同意
  • SHA-1在play.google.com和Firebase中是相同的,并且应用程序是用它登录的(在google play控制台上传apk没有问题,当我使用从intern test下载的应用程序时,登录问题也是一样)
知道我会忘记什么吗

从谷歌收到的电子邮件: “好消息-我可以为你的应用程序注册一个新的上载密钥,irlove.com.irl。请确保在以下位置更新你的密钥库:

本地机器

锁定的现场服务器(不同的ACL)

云计算机(不同的ACL)

专用机密管理服务

(吉特)回购协议“


我真的不知道“在以下位置更新我的密钥库”需要做什么。只知道我没有git repos。

哪个APK不起作用:用你的上传密钥签名的还是谷歌重新签名的?两者都一样,当我从Android Studio在emulator上启动它时不起作用,当我从intern test下载它时也不起作用。你是否也在谷歌开发者控制台中更新了sha1,在API凭证中?在“OAuth 2.0客户端ID”中,我有“Android客户端(由Google服务自动创建)”和upload-SHA1(还有一个是debug-sha1,登录debug-APK现在可以工作了,我只是愚蠢地从firebase中删除了debug-sha1,我重新添加了它,它可以工作,上传sha1的一切都是一样的,所以上传APK中的这个登录错误现在让我更困惑了^^')。你也添加了应用程序签名密钥的sha1吗(即,该密钥播放用)?您可以在Play Console的应用程序签名页面中找到它。