i tried to connect my project to firebase but when connecting there is always an error message like this
error message like this
I have also used the latest packages but the problem remains the same
(https://i.stack.imgur.com/SkcEG.png)
i tried to connect my project to firebase but when connecting there is always an error message like this
error message like this
I have also used the latest packages but the problem remains the same
(https://i.stack.imgur.com/SkcEG.png)
2
Answers
Try stopping the entire app, then run:
flutter clean
flutter pub get
then run it again.
This error happens when there is a problem with the connection to the Firebase servers. Make sure: