Unhandled Exception: PlatformException(sign_in_fai

2020-02-15 08:55发布

Before mark it as duplicate please read the question.

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

enter image description here

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 ?

2条回答
家丑人穷心不美
2楼-- · 2020-02-15 09:17

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

查看更多
别忘想泡老子
3楼-- · 2020-02-15 09:26

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

Support email

查看更多
登录 后发表回答