Streamit TV - Documentation

Firebase Configuration

Estimated reading: 6 minutes

Setting up Firebase for your Streamit TV Project

Create A New Firebase Project

1. We are creating the “Example” sample project.

2. After completing the project, you will be presented with this type of dashboard.

3. Go to the project settings and configure the support email.

Add App With The Package Name In Firebase Console

1. On the firebase console, click the android icon.

2. Enter package name (e.g., com.iqonic.example) and click on register app.

3. After registering the app, you will receive the Google JSON file download it and save it to the android folder.

Add SHA certificate fingerprints

Go to

INFO

After completing firebase configuration. Please make sure you complete the Default Firebase configuration  steps in Flutter Configuration make sure you complete those steps before you proceed for this step.

For Firebase Details

  • Obtain Firebase Service Account json file
    1. Click on Service accounts in the project Settings.
    2. Click on Generate new Private key Button and download the service json file.
  • Copy “project_id” , “private_key” and “client_email” from the generated json file
  • Firstly, go to the Admin Panel select the Mobile Setting –> Select App Configurations and enable to Firebase Notification Paste the values into respective fields.
  • No need to add “Firebase Serve Key” and Save the changes.

SUCCESSFULL !!

Great! You Have Successfully Configured Firebase!