0
0
Firebasecloud~5 mins

Firebase CLI setup - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the Firebase CLI used for?
The Firebase CLI is a tool that helps you manage and deploy your Firebase projects from the command line, making it easier to work with Firebase services like hosting, functions, and databases.
Click to reveal answer
beginner
How do you install the Firebase CLI?
You install the Firebase CLI by running npm install -g firebase-tools in your terminal. This installs the CLI globally so you can use it anywhere on your computer.
Click to reveal answer
beginner
What command do you use to log in to Firebase using the CLI?
Use the command firebase login to sign in to your Firebase account through the CLI. This connects your local setup to your Firebase projects.
Click to reveal answer
beginner
What does the command firebase init do?
The firebase init command sets up Firebase features in your project folder. It helps you choose which Firebase services to use and creates necessary config files.
Click to reveal answer
beginner
Why is it important to run firebase logout when done?
Running firebase logout signs you out of the Firebase CLI, which helps keep your account secure, especially on shared or public computers.
Click to reveal answer
Which command installs the Firebase CLI globally?
Afirebase setup
Bfirebase install
Cnpm install -g firebase-tools
Dnpm firebase install
What is the first step after installing Firebase CLI to connect it to your account?
Afirebase init
Bfirebase deploy
Cfirebase start
Dfirebase login
Which command helps you set up Firebase features in your project folder?
Afirebase init
Bfirebase deploy
Cfirebase start
Dfirebase config
Why should you run firebase logout after finishing work?
ATo secure your account on shared computers
BTo clear project files
CTo update Firebase CLI
DTo delete your Firebase project
Which of these is NOT a Firebase CLI command?
Afirebase login
Bfirebase install
Cfirebase deploy
Dfirebase init
Explain the steps to set up Firebase CLI from installation to initializing a project.
Think about commands you run in order to start using Firebase CLI.
You got /3 concepts.
    Why is it important to log out from Firebase CLI after your work session?
    Consider what happens if someone else uses your computer.
    You got /3 concepts.