You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it's a silly question, but I'm new to flutter. What if I don't need firebase, what should I do?
Go to your pubscpec and remove all Firebase packages
Go to your Gradle files, root and app level and remove the Firebase references
Go to the root of Flutter project, delete the build folder
Go to your Android project remove it's build folder
Search for FirebaseInstanceId in your entire project (If you're using Visual studio code).
The Flutter Firebase package generates the FirebaseInstanceId and receiver when you build your project. Unless you added your own one, in that case. Just go and remove that file
Maybe it's a silly question, but I'm new to flutter.
What if I don't need firebase, what should I do?
The text was updated successfully, but these errors were encountered: