问题
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.
- Check your internet connectivity (or firewall)
- Restart your emulator and try again.
来源:https://stackoverflow.com/questions/59386888/app-works-perfectly-yesterday-and-now-an-error-platformexceptionfirebaseexcepti