Skip to main content
Version: v2.0 or Older

Firebase Account

Create Project​

  • Create a Firebase account or log into an existing account.

  • Click "Add project". If it's your first time on the page, click "Create a project".

    create firebase project

  • After Click, You will see name firebase project

    1. Enter your project name.
    2. Checked or click "I accept the Firebase Terms".
    3. Follow the remaining setup steps and then click Create project.
info

You don't need to enable Google Analytics for this project. It's all depend on you.

  • After the wizard provisions your project, click "Continue".

  • In the "Project Overview page" of your project, click "Settings" and then click "Project settings".

    project setting

  • Click the "Android icon", which brings you to the Add Firebase to your Android app page.

    inside project setting

  • After Click, You will see inside android app setting

    1. In "Android package name", enter your package name like "com.example.app".
    2. App Nickname is optional.
    3. In "Debug signing certificate SHA-1", enter the SHA-1 value of your debug sha-1.
info

How to generate Keystore file or How to get SHA-1 Value?

click here to more details.

  • After filling, Click "Register app".
  • Follow the steps in the "Download config file section" to add the google-services.json file to your project.
  • Click "Next" in the "Download config file section".
  • Click "Next" in the "Add Firebase SDK section".
  • Click "Continue" to console to complete the setup.