mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
firebase: add page (#4420)
This commit is contained in:
parent
33079e3240
commit
8f2745f9b6
1 changed files with 25 additions and 0 deletions
25
pages/common/firebase.md
Normal file
25
pages/common/firebase.md
Normal file
|
@ -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: <https://github.com/firebase/firebase-tools>.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue