Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To disable FlutterFire configuration, you can follow these steps:

  1. Open your pubspec.yaml file and remove any dependencies related to FlutterFire from the dependencies section.

  2. Remove the Firebase configuration files from your project’s root directory. These files will typically have names like google-services.json.

  3. Remove any Firebase initialization code from your Dart codebase. This typically includes imports, configuration setup, and initialization of Firebase services.

  4. Recompile and test your app to ensure that all Firebase-related functionality has been disabled.

Note: Make sure that you have a backup of your codebase before making these changes.