Push Notification Configuration
Last updated
Last updated
To configure Firebase push notifications for your production app, here are the detailed steps:
Go to Firebase Console:
Open the Firebase Console.
Select your project.
Access Project Settings:
In the top left, click the gear icon next to your project name.
Select Project Settings.
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.