> For the complete documentation index, see [llms.txt](https://mobiledocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobiledocs.themeparrot.com/j2store-mobile-app/outfit/firebase-configuration/android-configuration.md).

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

![](/files/YOrMmuTM16Gl2VXAeDlx)

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

![](/files/XTDs9ds1mnkKGPJAU1au)

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

![](/files/Dcs1uIi1TJXJ4GeZIVde)

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mobiledocs.themeparrot.com/j2store-mobile-app/outfit/firebase-configuration/android-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
