1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00
tldr/pages/common/firebase.md
2021-02-11 14:51:58 -03:00

506 B

firebase

Firebase Command Line Interface (CLI) Tools. Used to test, manage, and deploy your Firebase project from the command line. More information: https://github.com/firebase/firebase-tools.

  • Login:

firebase login

  • Display the help:

firebase help

  • List existing firebase projects:

firebase projects: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