Setup Firebase

You need an additional json file for push notification to work. Please follow the following steps to activate the push notification service.

  1. Login to your firebase console

  2. Click on project setting and then Service accounts

  1. Click on Node.js

  2. Click on Generate New private key

  3. Once you click this button a json file will be downloaded to your local computer

  1. Find the downloaded file and rename it to "firebase-adminsdk.json". Please remember that renaming this file is very important.

  2. Now open your cPanel

  3. Navigate to the folder where you have installed our script, Find the folder named "storage" and upload the file to this folder.

  4. That's it.

Last updated