问题:
Firebase 身份验证为正常运行没有问题。然而,在 Android Studio 升级后,调试构建开始失败,显示以下错误消息:
D/PhoneAuthActivity( 7392): signInWithCredential:failure:com.google.firebase.auth.FirebaseAuthException: This app is not authorized to use Firebase Authentication. Please verify that the correct package name and SHA-1 are configured in the Firebase Console. [ App validation failed ].
尽管在成功登录后没有对代码进行任何更改,但还是出现了此错误。
解决方案:
更新(2022 年 5 月 12 日):
Play store Console > Your project > Release > Setup > App integrity
[图片:来自 Play 商店控制台的 SHA-1 和 SHA-256 指纹]
Firebase Console > Your project > Settings of the app > Add Fingerprint
[图片:指纹已添加到在 Firebase 控制台中]
其他注意事项:
以上是\'此应用程序未授权使用 Firebase 身份验证\”:Android Studio 升级后如何解决错误?的详细内容。更多信息请关注PHP中文网其他相关文章!