【发布时间】:2026-01-16 21:10:01
【问题描述】:
在使用 firebase 开发 android 应用程序时,我在测试我的应用程序电话身份验证时发送了太多 otp 请求,他们阻止了我的应用程序的 otp 服务,我怎样才能再次访问 otp 服务? Here is the screenshot of Firebase exception
【问题讨论】:
标签: java android firebase-authentication
在使用 firebase 开发 android 应用程序时,我在测试我的应用程序电话身份验证时发送了太多 otp 请求,他们阻止了我的应用程序的 otp 服务,我怎样才能再次访问 otp 服务? Here is the screenshot of Firebase exception
【问题讨论】:
标签: java android firebase-authentication
正如错误消息所述:“稍后再试”。这种类型的条件/块通常会在一段时间后被清除,确切的时间间隔取决于您的请求有多频繁。考虑testing with fictional phone numbers 以防止此类问题。
如果错误在几个小时后仍然存在,最好reach out to Firebase support 寻求个性化的故障排除帮助。
【讨论】: