Gaurav Tewari
2 min readPublished on Dec 11 2024 | Last updated on Dec 11 2024
Follow the steps below to create your Firebase JSON configuration file for setting up push notifications:
Go to Firebase Console and sign in with your Google account.
Select an existing project or create a new project.
Click the cogwheel icon next to Project Overview, then select Project settings.
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.
Under SDK setup and configuration, choose the “Config” option. Click the copy icon to copy the configuration snippet to your clipboard.
Open any text editor (e.g., Sublime Text, Notepad). Paste the copied code into the editor.
Save the file with a ".json" extension (e.g., firebaseconfig.json).
Upload the created JSON file in the Push Notifications section.
loading...
Send us a ticket and we will get back to you.