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

蹲街弑〆低调 提交于 2019-12-25 01:49:00

问题


Hi I have a flutter app that is perfectly working yesterday. I even manage to signup and it registered in my Firebase console but for some reason when i try it today (didnt change anything code whatsoever)

This error appears when trying to register for a new account

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


回答1:


This is not an actual error. Happened with me too yesterday, Fixed this with.

  1. Check your internet connectivity (or firewall)
  2. Restart your emulator and try again.


来源:https://stackoverflow.com/questions/59386888/app-works-perfectly-yesterday-and-now-an-error-platformexceptionfirebaseexcepti

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!