3.6 Additional Firebase Setup for Android
Now, you have to connect the firebase with your code project. Follow the steps below:
Run the following command from your IDE terminal:
firebase login
Run the following command from your IDE terminal:
dart pub global activate flutterfire_cli
Run the following command from your IDE terminal:
flutterfire configure
Select Your App and Press Enter.

Select Android and press Enter.

After this command, A google-services.json file in the android/app folder and A firebase_options.dart file in the lib folder will be added. If you found them, your firebase configuration is successful.
Last updated