How to generate Firebase Keys and Identifiers JSON Configuration File?

Follow the steps below to create your Firebase JSON configuration file for setting up push notifications:
 

  1. Go to Firebase Console and sign in with your Google account.


     

  2. Select an existing project or create a new project.


     

  3. Click the cogwheel icon next to Project Overview, then select Project settings.


     

  4. Under the General tab in the Project Settings, scroll down to the “Your Apps” section. Select the web app for which the keys and identifiers need to be obtained.

  5. Under SDK setup and configuration, choose the “Config” option. Click the copy icon to copy the configuration snippet to your clipboard.

  6. Open any text editor (e.g., Sublime Text, Notepad). Paste the copied code into the editor.


     

  7. Save the file with a ".json" extension (e.g., firebaseconfig.json).


     

  8. Upload the created JSON file in the Push Notifications section.


     

 




 

 

Esse artigo foi útil