Firebase - Android

ANDROID

ANDROID

  1. In the Project Settings, where we create the Web application, we will click on "Add an App" and select the Android logo (image7), create the application and follow the steps set by Firebase to complete the configuration correctly.

  2. Remember to put the same name to your Android Firebase application, as the id that your application will have and with which you will upload the App to the stores, since if this is not the case, you may have problems with your google-services.json file generated when creating the Android application (image8)

  3. Modify the restaurantApp/android/build.gradle files and also the file

  4. ( restaurantApp/android/app/build.gradle) as shown in the Firebase documentation (image9)

Last updated