Android Configuration

Add App in Firebase

click on the Android icon

Add package name and nickname --> Click on Register app

Download the google-services.json file and place it in the {Project-Folder}/android/app/ directory. Once done, click the 'Next' button to complete the final step.

-> Click on the Continue to the console button

Open the google-services.json file and fill in the values from it

Change the package name as it on the firebase.

Change the app name in the AndroidMenifest.xml file

Add Admob App Id and the Google Map Key

Change app name and add the Google Map Key

The Storage bucket URL is located in the google-services.json and firebase_options.dart files. You can retrieve and add it from there.

Change App icon

Page actionsNow we need to put a png file with your icon named 'ic_launcher.png' in the following folders:Comment

  • res/drawable-mdpi - with a size of 48px x 48pxComment

  • res/drawable-hdpi - with a size of 72px x 72pxComment

  • res/drawable-xhdpi - with a size of 96px x 96pxComment

  • res/drawable-xxhdpi - with a size of 144px x 144pxComment

  • res/drawable-xxxhdpi - with a size of 192px x 192pxComment

this URL will help you resize your images or event create new icon to your app Launcher Icon Generator​

Change App Icon through Android studio

Change splash app logo

Go to <app dir>/asstes/app_log.png

Enable Admin Credentials

Run the Flutter app on an emulator or a real device, and sign up using an email and password. After signing up, enable the admin credentials by updating the relevant settings in the Firestore database.

Enable Admin Credentials

Last updated