【发布时间】:2019-03-11 09:07:29
【问题描述】:
我正在调试模式下运行应用程序,电话号码验证工作绝对正常,并且已上传 SHA-1、SHA-256 甚至谷歌应用程序 sigin。但是当我将它上传到 playstore 时,它显示错误“App is not authorized to use firebase autentication”
【问题讨论】:
标签: android firebase firebase-authentication
我正在调试模式下运行应用程序,电话号码验证工作绝对正常,并且已上传 SHA-1、SHA-256 甚至谷歌应用程序 sigin。但是当我将它上传到 playstore 时,它显示错误“App is not authorized to use firebase autentication”
【问题讨论】:
标签: android firebase firebase-authentication
您是否将 SHA-1 和 SHA-256 更改为发布版本而不是用于调试的版本? https://developers.google.com/android/guides/client-auth
【讨论】: