问题
I getting error while using firesbase login with google
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=NETWORK_ERROR, resolution=null}
How to fix this?
回答1:
You can use this page to generate the SHA1 codes you need. https://developers.google.com/android/guides/client-auth
Then in the Firebase console on the settings general tab there is a spot labeled: "SHA certificate fingerprints" where you can paste the fingerprints and save them.
Remember once you do this you need to download the google-services.json file and put it in app/App_Resources/Android folder.
来源:https://stackoverflow.com/questions/45263840/where-could-i-find-sha1-fingerprint-in-nativescript-android-app