Skip to content

how do I remove the firebase module? #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TardisBooo opened this issue Oct 8, 2024 · 1 comment
Open

how do I remove the firebase module? #19

TardisBooo opened this issue Oct 8, 2024 · 1 comment

Comments

@TardisBooo
Copy link

Maybe it's a silly question, but I'm new to flutter.
What if I don't need firebase, what should I do?

@AbirAhsan
Copy link

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

you can also follow this link
https://stackoverflow.com/questions/54414313/flutter-android-how-to-remove-firebase-from-project-e-firebaseinstanceid-fa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants