-
Notifications
You must be signed in to change notification settings - Fork 235
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
DeveloperError Exception of type 'Google.GoogleSignIn+SignInException' was thrown. #255
Comments
same |
Same error |
I managed to solve it. In my case, I was using the Android client ID in my code instead of the Web client ID. Additionally, if you're making a release build and have added your SHA1 from the Google Play Console on Firebase, it seems that Google Sign-In will only work when installed directly from the store. To test, you can use internal testing: https://play.google.com/intl/en/console/about/internal-testing/ |
The same error, to be honest, this SDK is very difficult to use. |
"I have confirmed that I have enabled Google authentication in Firebase, and the SHA-1 has been added to Firebase and re-imported the google-services.json file, but still encountering 'DeveloperError Exception of type 'Google.GoogleSignIn+SignInException' was thrown.
The text was updated successfully, but these errors were encountered: