Mobile app
  • Home
  • Woocommerce Mobile App
    • Bookstore
      • Introduction
      • Environment Setup
      • Platform setup
      • Set up an editor
      • Run the App
      • Website Integration
      • UI Customize
      • Firebase configuration
        • Android Configuration
        • iOS Configuration
      • Dynamic UI changes
      • Basic Features
      • Release
        • Publish to google play
        • Publish to App store
      • UI Screens
  • J2store Mobile App
    • Outfit
      • Introduction
      • Environment Setup
      • Install the Ionic CLI
      • Firebase Configuration
        • iOS Configuration
        • Android Configuration
      • Ionic platforms
      • Push Notifications
      • UI Customization
      • Basic Features
      • Releases
        • Publish to Google Play
        • Publish to Apple Store
Powered by GitBook
On this page
  1. J2store Mobile App
  2. Outfit
  3. Firebase Configuration

Android Configuration

PreviousiOS ConfigurationNextIonic platforms

Last updated 2 years ago

Integrating Firebase with the Android app

  • Open your firebase project console, click the gear icon in the upper left corner, and select Project setting

  • At the top, click on the Android icon to add a new android application.

  • The next screen will ask you for some information about your application.

  • Your Android package name should match the Id from your config.xml file

  • Nickname and Debug Signing Certificate are optional

  • Then click the Register app button.

Download and Use the google-services.json file

  • The next prompt will ask you to download a google-services.json file. This file contains the information of your J2store mobile app that needs to connect to Firebase from Android.

  • Download the google-services.json file to your local machine. Then move the file into your J2store mobile app Android project directory, specifically under android/app/.