# 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%2FDp2TGa8etLoiNJIHgHxq%2F1.jpg?alt=media\&token=b1ea80bb-c38f-4073-8e99-494152b36ced)

* 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%2FlmqVYz65vXGLhwsH7YM6%2F2.jpg?alt=media\&token=e382bb3b-1271-4fc3-94d8-06a3e3f37cf2)

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