应用程序昨天运行完美,现在出现错误 PlatformException(FirebaseException, An internal error has occurred. [ 7: ], null)

App works perfectly yesterday and now an error PlatformException(FirebaseException, An internal error has occurred. [ 7: ], null) appears

您好,我有一个 flutter 应用程序,昨天运行良好。我什至设法注册并在我的 Firebase 控制台中注册,但出于某种原因,当我今天尝试时(没有更改任何代码)

尝试注册新帐户时出现此错误

PlatformException(FirebaseException, An internal error has occurred. [ 7: ], null)

这不是真正的错误。昨天也发生在我身上,解决了这个问题。

  1. 检查您的互联网连接(或防火墙)
  2. 重新启动模拟器并重试。