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

  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.

Firebase files

Step 2: Replace config Data

  1. Open ../pubspec.yaml

  2. Under dative_core

  3. Add API key (from Dative Core) and Purchase Code (from codesterarrow-up-right) under Config

  4. Then uder Setup add other informations like, admob appid, facebook appId, etc...

  5. Ignore the firebase_web_client_id it will be required once web version will be released.

Step 3. Run install command

  1. Open the terminal within Android Studio by selecting View > Tool Windows > Terminal.

  2. Run install command:

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

App Installed

Last updated