-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_auth] platform exception with firebase google_sign_in #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
impact: crowd
Affects many people, though not necessarily a specific customer with an assigned label. (P2)
plugin: auth
type: documentation
Improvements or additions to documentation
Comments
This issue was moved from flutter/flutter#25640 but I'm not sure it should be closed? |
Yeah I'm not sure this should be closed either... The docs don't reflect all the necessary steps, nor is there any documentation for the error numbers returned from the API. If anyone ends up here looking for what's up, here's a summary of things to check:
|
@johnpryan @inhumantsar thanks for calling this out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
impact: crowd
Affects many people, though not necessarily a specific customer with an assigned label. (P2)
plugin: auth
type: documentation
Improvements or additions to documentation
Trying to sign in with google but always get this exception:
PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null)
I have added SHA1 and SHA 256 to the project
I have enabled sign in with google in firebase console
I have updated version of
google_services.json
filecode to sign in:
flutter doctor
The text was updated successfully, but these errors were encountered: