GOLDTV IPTV DOCUMMENTS
  • Introduction
    • Required
    • Start
  • Android
    • Icons
    • Get dependencies
    • Change Package name
  • Settings
    • Colors
    • Text App
    • Language
  • Firebase
    • Install Firebase CLI
    • Firebase Flutter Project
    • Admin Panel Firebase
  • Build app
    • Run app
    • Build and install the application
Powered by GitBook
On this page
  1. Firebase

Install Firebase CLI

PreviousFirebaseNextFirebase Flutter Project

Last updated 5 months ago

Here are the detailed steps to link a Flutter app with Firebase:

Step 1: Install Firebase CLI

  • Download and install the Firebase CLI from the .

  • After installation, ensure it works by running the command:

    firebase --version

Step 2: Log in to Firebase

  • Log in to your Firebase account using the command:

    firebase login

Firebase CLI documentation