Install flutterfire with dart pub global activate flutterfire_cli
Delete the firebase.json file at the app root directory
Run this command to configure Firebase for the dev flavor :
6. Set up the config
Copy assets/configs/config.example.json to dev.json
Edit env to dev
Edit restApiUrl with http://localhost:8080
Change any other settings you might want to
7. Install dependencies
8. Run Codegen
9. Select your device
Launch your virtual Android device or select your physical device in your IDE (using the command palette on Visual Studio Code or in the top menu bar on Android Studio / JetBrains IDE)
10. Run the App
To run the app in the dev flavor, ie with the dev configurations we set before :