Firebase Android Config File Missing
You may see the following warning in FlutterFlow, as shown in the image below:
This typically means that the Firebase Android configuration file (google-services.json
) has not been generated or uploaded to your FlutterFlow project.
Follow the steps below to fix the issue:
-
Verify your Firebase Setup
Make sure that Firebase has been fully configured for your project. Follow the Firebase setup guide to ensure all required steps have been completed.
-
Open Project Settings in FlutterFlow
- Navigate to your FlutterFlow project.
- From the left menu, select Settings > Firebase.
-
Regenerate your Firebase Configuration Files
- In the Firebase Settings screen, click Regenerate Firebase Files to create new configuration files and upload them automatically.
-
Contact Support if Needed
If you continue to experience issues, reach out to FlutterFlow Support for further assistance.
The configuration file is required for successful builds and deployment on Android. Make sure it remains up-to-date if you make changes in your Firebase project.