question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console

See original GitHub issue

Getting 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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
ParVisualcommented, Nov 21, 2017

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!

1reaction
ITServicesAMcommented, Nov 21, 2017

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found