Boom Documentation
  • Get Started
  • Setup Mailgun
  • Firebase setup
  • Admob Setup
  • Facebook Login Setup
  • Parse Server Setup
    • Add Social Login
    • Deploy Cloud Code
  • Zegocloud Setup
  • Get Dative Core API key
  • Import and install app
    • Import project
    • Install the app
    • Setup zegocoud and Server
    • Run and compile the app
  • Update Branding
  • Customizations
Powered by GitBook
On this page
  • Step 1: Copy your firebase files to the project
  • Step 2: Replace config Data
  • Step 3. Run install command
  1. Import and install app

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.

PreviousImport projectNextSetup zegocoud and Server

Last updated 3 months ago

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

  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.

Step 2: Replace config Data

  1. Open ../pubspec.yaml

  2. Under dative_core

  3. 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:

dart run dative_core:install

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

Add API key (from ) and Purchase Code (from ) under Config

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

codester
Dative Core
Firebase files
App Installed
Firebase Setup
admob
facebook