Downloading google-services.json File from Firebase

  1. Open Firebase console. If you have no Firebase account, create one using your gmail account and refer to the Registering App in Firebase article for the next steps.
  2. Open the app project, click the Settings button, and select Project settings.

  3. Go to the General tab and scroll down to the Your apps section. There, locate the required app and click google-services.json to download the file.

  4. Add the google-services.json file to the root of the app directory of your app in Android Studio.

In this article