# Install the app

## Step 1: Copy your firebase files to the project

1. Get `google-services.json` and `GoogleService-Info.plist` files we asked to save for later use in [Firebase Setup](https://docs.booms.live/import-and-install-app/pages/wyIteQnLmjeMvoeA8u9P#step-2.2-enable-google-login)
2. Paste them in your project folder `../assets/files`
3. Ignore `google-services-web.js`, it will be required once web version will be released.

<figure><img src="/files/jbXe5sly0tslfcdHwnAu" alt="" width="375"><figcaption><p>Firebase files</p></figcaption></figure>

## Step 2: Replace config Data

1. Open `../pubspec.yaml`
2. Under `dative_core`
3. Add API key (from [Dative Core](/get-dative-core-api-key.md#step-3-get-your-api-key)) and Purchase Code (from [codester](https://www.codester.com)) under `Config`
4. Then uder `Setup` add other informations like, [admob](https://docs.booms.live/import-and-install-app/pages/VxgoEGcNMx6XzM0AEyeF#step-2.1-get-the-app-id) appid, [facebook](https://docs.booms.live/import-and-install-app/pages/JhVZ7zyuSabtzVVNQiIw#step-1.1-configure-facebook-login) appId, etc...
5. Ignore the `firebase_web_client_id` it will be required once web version will be released.&#x20;

<figure><img src="/files/SHhCzdL9M9n3nmzeBea8" alt=""><figcaption></figcaption></figure>

## Step 3. Run install command

1. Open the terminal within Android Studio by selecting **View > Tool Windows > Terminal**.
2. Run install command:

```bash
dart run dative_core:install
```

<figure><img src="/files/NS2B2683J26hd2SbDCId" alt="" width="375"><figcaption></figcaption></figure>

If there is any issue, will it print a message and how to fix, else you will logs.

<figure><img src="/files/2lhuNgPiZbxaLF1aZ2C3" alt=""><figcaption><p>App Installed</p></figcaption></figure>


---

# Agent Instructions: 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://docs.booms.live/import-and-install-app/install-the-app.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.
