firebase phone 身份验证 "We have blocked all requests from this device due to unusual activity. Try again later."
firebase phone authentication "We have blocked all requests from this device due to unusual activity. Try again later."
我正在开发和测试一个应用程序。当我期待使用 6 位笔的文本时,我收到了以下消息。
{code: "auth/too-many-requests", message: "We have blocked all requests from this device due to unusual activity. Try again later."}
所以我尝试转到 authentication
=> Sign-in method
=> phone
并添加 # 进行测试,但出现以下错误
error adding test phone number
有谁知道如何解决这些问题中的任何一个,以便我可以继续测试我的应用程序。
谢谢
Per the documentation,您不能添加现有用户的phone号码。在将其添加到白名单之前,您应该删除正在使用您的 phone 号码的用户。
我正在开发和测试一个应用程序。当我期待使用 6 位笔的文本时,我收到了以下消息。
{code: "auth/too-many-requests", message: "We have blocked all requests from this device due to unusual activity. Try again later."}
所以我尝试转到 authentication
=> Sign-in method
=> phone
并添加 # 进行测试,但出现以下错误
error adding test phone number
有谁知道如何解决这些问题中的任何一个,以便我可以继续测试我的应用程序。
谢谢
Per the documentation,您不能添加现有用户的phone号码。在将其添加到白名单之前,您应该删除正在使用您的 phone 号码的用户。