user-robotAndroid

  1. Open Firebase Project Settings

    • Select your project

    • Click on the Settings icon (next to Project Overview)

    • Click on Project Settings

    • Open the General tab

  2. n the General tab, scroll down to the Your Apps section, click on Add App, select the Android icon from the popup, and then register your Android app.

  3. Register your app to add Firebase to your Android application.

  4. Download the google-services.json file, then proceed with the remaining steps by clicking Next without making any changes.

  5. Now go to your project, open the android folder, then open the app folder, and add the downloaded google-services.json file there.

6. Then, in Firebase, go to the General tab where you added your Android app, click on your Web App, copy the firebaseConfig object, and paste it into your project’s firebase.js file

Last updated