diff --git a/pages/common/firebase.md b/pages/common/firebase.md new file mode 100644 index 0000000000..c7ee0a117d --- /dev/null +++ b/pages/common/firebase.md @@ -0,0 +1,25 @@ +# firebase + +> Firebase Command Line Interface (CLI) Tools. +> Used to test, manage, and deploy your Firebase project from the command line. +> More information: . + +- Login: + +`firebase login` + +- Display the help: + +`firebase help` + +- List existing firebase projects: + +`firebase project:list` + +- Setup a firebase in the current directory: + +`firebase init {{options}} {{feature}}` + +- Deploy code and assets to the project in the current directory: + +`firebase deploy`