Fly TV PRO
  • 📺Welcome
  • Getting Started
    • Download Android Studio
    • Open Project
  • Project Structure
    • Module Structure
      • network
      • chachemanager
      • app_data_source
      • app
    • Product Flavor
  • Project Customization
    • Change App Name
    • Change App Icon
    • Change ApplicationId
  • Firebase Configuration
    • Create Firebase Project
    • Add your App to Firebase
    • Sync and Rebuild Project
  • Backend Configuration
    • Server requirment
    • Installation Fly tv admin
    • API Connection to your app
    • Push Notification Configuration
  • Admob configuration
  • Product License
  • Thank you
Powered by GitBook
On this page
  1. Backend Configuration

Push Notification Configuration

PreviousAPI Connection to your appNextAdmob configuration

Last updated 8 months ago

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.