adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Google Sign In PlatformException is not helpful #228

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

Describe the bug

A common situation people face is when they haven't provided the SHA-1 of their signing certificate so an OAuth2 client and API key for the app can be created.

Currently we get:

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

see firebase authentication - Why do I get com.google.android.gms.common.api.ApiException: 10:? - Stack Overflow