简体   繁体   English

com.google.android.gms.common.api.ApiException:12500,在Google的Android Firebase项目中登录

[英]com.google.android.gms.common.api.ApiException: 12500, in android firebase project in google sign in

I have given the support email in my Firebase project and my SHA-1 key has also been given, but I am still getting this issue: 我已经在Firebase项目中提供了支持电子邮件,并且还提供了SHA-1密钥,但是仍然遇到此问题:

com.google.android.gms.common.api.ApiException: 12500 com.google.android.gms.common.api.ApiException:12500

I tried, but I can't find a solution. 我尝试过,但是找不到解决方案。 Please help me. 请帮我。

Please update your Google Play Services to the latest version. 请更新您的Google Play Services到最新版本。 Once the emulator/device is up and running, go to the Extended Controls Menu > Google Play then update. 一旦模拟器/设备启动并运行,请进入“扩展控件菜单”>“ Google Play”,然后进行更新。

For fixing this issue you have some options I don't think it's an issue with Play Services I had the same issue and this is how I fixed it was through the following way: 要解决此问题,您可以选择一些方法,我认为这与Play服务无关,但我也遇到了同样的问题,这是通过以下方法解决的方式:

  1. Check the SHA1 Debug key in Firebase Console if it's the same then leave it the same. 在Firebase控制台中检查SHA1调试键是否相同,然后将其保持不变。

  2. Go to the credential page by using this link And check for your application and if you have a web credential created for your application copy the ID and paste it in your Strings.XML file. 使用此链接转到凭证页面,并检查您的应用程序,如果您为应用程序创建了Web凭证,请复制ID并将其粘贴到Strings.XML文件中。 Don't forget to change default_web_client_id with your web id most probably this will be your issue for 12500. The issue is that android credential is not working sometimes which is a reason for 12500. This hasn't been mentioned anywhere. 不要忘记使用您的Web ID更改default_web_client_id,这很可能是12500的问题。问题是android凭据有时无法工作,这是12500的原因。这在任何地方都没有提及。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 异常com.google.android.gms.common.api.ApiException:12500 - Exception com.google.android.gms.common.api.ApiException: 12500 com.google.android.gms.common.api.ApiException: 12500 - com.google.android.gms.common.api.ApiException: 12500 Android Google 登录失败 com.google.android.gms.common.api.ApiException: 12500 - Android Google Sign In Failed com.google.android.gms.common.api.ApiException: 12500 Google 登录引发异常 com.google.android.gms.common.api.ApiException: 12500 - Google Sign In throws an exception com.google.android.gms.common.api.ApiException: 12500 未处理的异常:PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null) - Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null) Flutter:Firebase:PlatformException(sign_in_failed,com.google.android.gms.common.api.ApiException:10:,null) - Flutter: Firebase: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null) 安全网:com.google.android.gms.common.api.ApiException:16: - SAFETYNET : com.google.android.gms.common.api.ApiException: 16: com.google.android.gms.common.api.ApiException: 16: - com.google.android.gms.common.api.ApiException: 16: com.google.android.gms.common.api.ApiException:8: - com.google.android.gms.common.api.ApiException: 8: com.google.android.gms.common.api.ApiException: 10: - com.google.android.gms.common.api.ApiException: 10:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM