LinuxCommandLibrary

firebase

Firebase Command Line Interface (CLI) Tools.

TLDR

Log in to

$ firebase login
copy


List existing Firebase projects
$ firebase projects:list
copy


Start an interactive wizard to create a Firebase project in the current directory
$ firebase init
copy


Deploy code and assets to the current Firebase project
$ firebase deploy
copy


Start a local server to statically host the current Firebase project's assets
$ firebase serve
copy


Start an interactive wizard to open one of many links of the current Firebase project in the default web browser
$ firebase open
copy

Copied to clipboard