EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

firebase Authentication Google Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console. but #1732

Open taothai opened 3 years ago

taothai commented 3 years ago

firebase Authentication

Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console. Status: Status{statusCode=DEVELOPER_ERROR, resolution=null} JS: Has the SHA1 fingerprint been uploaded? Sign-in status: Status{statusCode=DEVELOPER_ERROR, resolution=null}

but i build apk and run in mobile it'work

HelloYouAgain commented 3 years ago

Make sure you've also uploaded the debug keystore SHA1 fingerprint to the console. Also (for others reading this) if you move to a new developer machine that debug keystore is likely different, so add that one as well. See https://developers.google.com/android/guides/client-auth https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/344

plackowski commented 3 years ago

I added the debug SHA1 key and release SHA1 key to the console and when I test my app using google play internal tests I see the same error message. :/

Make sure you've also uploaded the debug keystore SHA1 fingerprint to the console. Also (for others reading this) if you move to a new developer machine that debug keystore is likely different, so add that one as well. See https://developers.google.com/android/guides/client-auth

344

plackowski commented 3 years ago

I found a solution that is working for me: https://stackoverflow.com/a/44559333/8308103