使用 google 登录 firesbase 时出现错误
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}
如何解决这个问题?
使用 google 登录 firesbase 时出现错误
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}
如何解决这个问题?
您可以使用此页面生成所需的 SHA1 代码。 https://developers.google.com/android/guides/client-auth
然后在设置常规选项卡上的 Firebase 控制台中,有一个标记为:“SHA 证书指纹”的位置,您可以在其中粘贴指纹并保存它们。
请记住,执行此操作后,您需要下载 google-services.json 文件并将其放在 app/App_Resources/Android 文件夹中。