Firebase Configuration
Last updated
Last updated
Create a Firebase project
Before you can add Firebase to your Flutter app, you need to create a Firebase project to connect to your app. Visit to learn more about Firebase projects.
Visit for more information on
Visit for more information on
Register your app with Firebase
In the center of the , click the Android icon to launch the setup workflow.
Enter your app's package name in the Android package name field.
Click Register app.
Add a Firebase configuration file
Click Download google-services.json to obtain your Firebase Android config file (google-services.json).
Move your config file into the android/app directory of your Flutter app.
Follow the instruction for enabling Firebase services in your Android app