Setting up Google Firebase Environment

  1. Open up Firebase Console and log in.
  2. Add a Firebase project. The Add project dialog also gives you the option to add Firebase to an existing Google Cloud Platform project. Add Firebase project
  3. Navigate to the Service Accounts tab in your project's settings page.
  4. Click the Generate New Private Key button at the bottom of the Firebase Admin SDK section of the Service Accounts tab. Get Firebase credentials

    After you click the button, a JSON file containing your service account's credentials will be downloaded. You'll need information in this file to initialize the Google Firebase Connector in the integration scenario you are going to build next.

Top