2020-10-05 14:57:14 +01:00
|
|
|
# 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:
|
|
|
|
|
2021-02-11 17:51:58 +00:00
|
|
|
`firebase projects:list`
|
2020-10-05 14:57:14 +01:00
|
|
|
|
|
|
|
- Setup a firebase in the current directory:
|
|
|
|
|
|
|
|
`firebase init {{options}} {{feature}}`
|
|
|
|
|
|
|
|
- Deploy code and assets to the project in the current directory:
|
|
|
|
|
|
|
|
`firebase deploy`
|