Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)

馋奶兔 提交于 2019-12-18 09:47:58

问题


Before mark it as duplicate please read the question.

I have set both SHA1 and SHA256 in my google console.

I have tried many way but still facing error.

Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)

Also tried with Flutter and google_sign_in plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null) and other so many.

Where I'm still missing ?


回答1:


A lot can go wrong and I struggled for a very long time to fix this issue. My fix was that I needed to select the support email address in the settings of my firebase project.

Good luck

Johan




回答2:


you can try to do a flutter clean to rebuild from 0 the project. It works for me.



来源:https://stackoverflow.com/questions/56122520/unhandled-exception-platformexceptionsign-in-failed-com-google-android-gms-co

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!