> For the complete documentation index, see [llms.txt](https://docs.booms.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.booms.live/import-and-install-app/install-the-app.md).

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