Firebase 在nativescript android应用程序中哪里可以找到sha1指纹?

Firebase 在nativescript android应用程序中哪里可以找到sha1指纹?,firebase,firebase-authentication,nativescript,angular2-nativescript,nativescript-plugin,Firebase,Firebase Authentication,Nativescript,Angular2 Nativescript,Nativescript Plugin,我在使用firesbase登录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} 如何修复此问题?您可以使用此页面生成所需的SHA1代码 然后在Fire

我在使用firesbase登录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}

如何修复此问题?

您可以使用此页面生成所需的SHA1代码

然后在Firebase控制台的“设置常规”选项卡上有一个标记为“SHA证书指纹”的点,您可以在其中粘贴指纹并保存它们


记住,完成此操作后,您需要下载google-services.json文件并将其放入app/app\u Resources/Android文件夹。

我需要将此命令放在哪里?>keytool-exportcert-list-v \-alias androiddebugkey-keystore~/.android/debug.keystoreI我在NS项目的基础上从命令行运行它,我认为只要路径正确就无所谓了。我被错误的android keystore密码击中了。我终于明白了。谢谢你,伙计