【发布时间】:2020-01-23 06:23:23
【问题描述】:
应用程序运行良好,但突然停止运行。
我的应用中有一个 Firebase 电话身份验证。我在 fireabse 中添加了一个测试号,但是一旦我输入测试号并测试 OTP 并点击提交按钮,我就得到了这个异常。
PlatformException(ERROR_INVALID_USER_TOKEN, This user's credential isn't valid for this project. This can happen if the user's token has been tampered with, or if the user isn't for the project associated with this API key., null)
我无法理解问题所在以及如何解决此问题。
【问题讨论】:
-
遇到同样的问题,你找到解决办法了吗?
-
自动解决,可能是firebase服务器的一些内部故障
标签: exception flutter firebase-authentication