> 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

This is where things are dificult, but don't worry that we handle it automatically, you just need to run 1 single command and Dative Core do everything for you.

## 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="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/JOVwfkGcmzJzdchkST6X/setup_files.jpg" 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="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/jYRLsDurM7NZ1JqSevtF/setup%20files%20core.jpg" 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="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/7p0mOYmLmmxV4Aqbhlnp/core%20run.jpg" 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="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/1KHDUgpifS51ggrWlywZ/core%20run%20ok.jpg" alt=""><figcaption><p>App Installed</p></figcaption></figure>
