# 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.

![](https://1714241532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FADxLdkcZJziga7lBQiH4%2Fuploads%2F17S6UyavQWOVlm36MirO%2F1.png?alt=media\&token=24db112f-f73b-41b5-b0c4-83300dbb4559)

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

![](https://1714241532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FADxLdkcZJziga7lBQiH4%2Fuploads%2FzLHVu7XS7VdwVWIxvNWp%2F2.png?alt=media\&token=73464024-7031-4277-842f-b3d84194c9a8)

* Your Android package name should match the Id from your config.xml file
* Nickname and Debug Signing Certificate are optional
* Then click the Register app button.

**Download and Use the google-services.json file**

* The next prompt will ask you to download a google-services.json file. This file contains the information of your J2store mobile app that needs to connect to Firebase from Android.

![](https://1714241532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FADxLdkcZJziga7lBQiH4%2Fuploads%2FeRjYjZMNl9fZ6gzOJr71%2F3.png?alt=media\&token=b811541c-c767-4404-a2f2-1f11075be73d)

* 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/.
