

Uninstall an extension that is installed in your Firebase project by Instance ID. List all the extensions that are installed in your Firebase project. Set the realtime database setting at path.ĭisplay information on how to use ext commands and extensions installed to your project.Ĭonfigure an existing extension instance.ĭisplay information about an extension by name ( for a specific version) Read the realtime database setting at path Profile database usage and generate a report. Takes input from file, STDIN, or command-line argument. Perform a partial update at a specified location in the current project's database. Takes input from file, STDIN, or command-line argument.ĭelete all data at a specified location in the current project's database. Push new data to a list at a specified location in the current project's database. Replace all data at a specified location in the current project's database. Realtime Database Commands Commandįetch data from the current project's database and display it as JSON. Relies on firebase.json.īatch importing accounts into Firebase from data file.īatch exporting accounts from Firebase into data file.ĭetailed doc is here. Start a local server with your Firebase Hosting configuration and HTTPS-triggered Cloud Functions.


Relies on firebase.json configuration and your local project folder. Start the local Firebase emulators, run a test script, then shut down the emulators.ĭeploys your Firebase project. These commands let you deploy and interact with your Firebase services. Print a list of all of your Firebase projects.

Print the configuration of a Firebase app.Īdd Firebase resources to a Google Cloud Platform project. List the registered apps of a Firebase project. A use case might be if you SSH into an instance somewhere and you need to authenticate to Firebase on that machine. This command will create a firebase.json configuration file in your current directory.ĭisplay help information about the CLI or specific commands.Īppend -no-localhost to login (i.e., firebase login -no-localhost) to copy and paste code instead of starting a local server for authentication. Setup a new Firebase project in the current directory. Quickly open a browser to relevant project resources. Set active Firebase project, manage project aliases. Set the default account to use for this project Generate an authentication token for use in non-interactive environments.Īuthorize the CLI for an additional account. If a command is project-specific, you must either be inside a project directory with anĪctive project alias or specify the Firebase project id with the -P flag.īelow is a brief list of the available commands and their function: Configuration Commands CommandĪuthenticate to your Firebase account. The command firebase -help lists the available commands and firebase -help shows more details for an individual command.
