FireVersion阻止了SendVerificationCode

时间:2019-01-30 06:26:52

标签: android firebase

Firebase电话号码身份验证可以与otp一起正常工作。但是现在我遇到了Firebase异常,而没有otp。

这是例外-

com.google.firebase.FirebaseException: An internal error has occurred. [ Requests to this API identitytoolkit method google.cloud.identitytoolkit.v1.AuthenticationService.SendVerificationCode are blocked. ]

Unexpected response code 403 for https://www.googleapis.com/identitytoolkit/v3/relyingparty/sendVerificationCode?alt=proto&key=AIz--------

3 个答案:

答案 0 :(得分:1)

您可能已达到限制。请检查limits

答案 1 :(得分:1)

403用于Forbidden access

  • 请参阅Firebase控制台中的API配额,以确保您的 申请未超过请求配额。
  • 确保在开发者控制台中为该应用程序启用了API 您正在测试。
  • 确认SHA密钥已正确插入。

对于使用Firebase的SMS登录。

  

验证码SMS消息:50条消息/ IP地址/分钟,   500条消息/ IP地址/小时

     

验证请求:150个请求/ IP地址/小时

答案 2 :(得分:1)

您可以在otp中添加虚拟电话号码以进行测试。 Firebase仅允许 验证码SMS消息50条消息/ IP地址/分钟,500条消息/ IP地址/小时。或者尝试使用其他电话号码。