Firebase电话验证不工作,即使它以前工作



我使用电话firebase验证我的身份验证,它工作,因为我开发了我的扑动应用程序像5个月或更长时间,只有昨天它停止工作,我试过几次尝试使用手机认证登录,它工作一次,然后再次返回这个错误。我在互联网上搜索过,尝试了我找到的每一个解决方案,但都不起作用。

W/System  ( 5394): A resource failed to call end. 
W/FirebaseAuth( 5394): [FirebaseAuthFallback:] App hash will not be appended to the request.
W/FirebaseAuth( 5394): [SmsRetrieverHelper] SMS auto-retrieval unavailable; SmsRetriever will not start.
W/System  ( 5394): Ignoring header X-Firebase-Locale because its value was null.
W/FirebaseAuth( 5394): [SmsRetrieverHelper] Timed out waiting for SMS.

您可以从firebase接收到一台设备的短信数量有限制

为了防止滥用,Firebase强制限制在一段时间内可以发送到单个电话号码的短信数量。如果超过此限制,电话号码验证请求可能会被限制。如果您在开发过程中遇到此问题,请使用不同的电话号码进行测试,或者稍后再尝试请求

请查看以供参考https://firebase.google.com/docs/auth/web/phone-auth

最新更新