Comment on page
Android Configuration
Integrating Firebase with the Android app
- Open your firebase project console, click the gear icon in the upper left corner, and select Project setting
- At the top, click on the Android icon to add a new android application.

- The next screen will ask you for some information about your application.

- Your Android package name should match the Id from your AndroidManifest.xml file
- Nickname and Debug Signing Certificate are optional
- Then click the Register app button.
Download and Use the google-services.json file
- Download the google-services.json file to your local machine. Then move the file into your J2store mobile app Android project directory, specifically under android/app/.
Last modified 1yr ago