Push Notification Configuration

To configure Firebase push notifications for your production app, here are the detailed steps:

  1. Go to Firebase Console:

    • Open the Firebase Console.

    • Select your project.

  2. Access Project Settings:

    • In the top left, click the gear icon next to your project name.

    • Select Project Settings.

  3. Service Accounts:

    • Click on the Service Accounts tab.

    • Scroll down and find the Generate new private key button.

    • Click the button and download the JSON file that contains the private key.

Laravel Admin Panel (Basic TV Admin Panel):

  • Open your Laravel Basic TV Admin panel.

  • Locate the configuration JSON file fly-tv-firebase-adminsdk.json

  • open this json file .

  • Replace the existing Firebase service account JSON with the new one you just downloaded.

Last updated