...

/

Introduction to the Firebase CLI

Introduction to the Firebase CLI

Get a brief introduction to the Firebase CLI and set up the Firebase CLI for your Firebase project.

A Command Line Interface (CLI) is an interactive text-based interface that processes commands to a computer program or operating system as lines of text. Through the CLI, users can input text commands into a terminal or a command prompt. Then, a program known as the command-line interpreter or command-line processor handles these commands and returns an appropriate result to users’ commands.

Firebase CLI

Firebase provides a set of tools, available via the Firebase Command Line Interface. These are used to administer Firebase projects. With these tools, developers can view, test, manage, and deploy code and assets to their Firebase projects from the CLI.

Set up the Firebase

...