Where could I find sha1 fingerprint in nativescript android app?

天涯浪子 提交于 2019-12-23 03:52:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!