Error: Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console
See original GitHub issueGetting this error on google auth, even after i am mentioning the keystore and i have uploaded this key in firebase console
Using following command to run emulator
tns run android --key-store-path /home/vivek/.keystore --key-store-password android --key-store-alias my-expenses --key-store-alias-password android --clean
Getting this error:
JS: Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console
JS: Has the SHA1 fingerprint been uploaded? Sign-in status: Status{statusCode=unknown status code: 12501, resolution=null}
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Firebase error connecting SHA1 production fingerprint
Go to your app in the Google Play Console --> Release management --> Use the App signing certificate SHA-1. Share.
Read more >How to get the SHA-1 fingerprint certificate for debug mode in ...
A simple solution for generating the SHA-1 fingerprint for debug mode and adding it to your Firebase project. · When is such an...
Read more >Add a SHA fingerprint - Firebase Help - Google Support
Make sure that you have the SHA fingerprint of your signing certificate. In your Project settings, go to the Your apps card. Select...
Read more >How To Generate SHA-1 Fingerprint And Add Into Firebase ...
In this video you will see how to get SHA-1 Fingerprint of your Flutter App, and add it into your firebase project, easy...
Read more >Firebase Apple SDK Release Notes - Google
To review release notes for the Firebase console and for other Firebase ... Fixed a bug where certain linking/reauth flow errors were not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @ITServicesAM , it works fine! . I take my .apk, change extension to .zip, then extract the content. . Look for /META-INF/ANDROID_.RSA (or CERT.RSA) . Open CMD, execute $keytool -printcert -file ANDROID_.RSA . Then copy the SHA-1 code from the console. . Add it to the Firebase android app settings. . Reinstall android platform in my project. . Try to login, works fine!
@ParVisual You have to provide your debug key. You can get from the build apk via the solution on this site https://stackoverflow.com/questions/11331469/how-do-i-find-out-which-keystore-was-used-to-sign-an-app