docs: update firebase page (#1420)

This commit is contained in:
leku 2021-10-24 13:12:05 -05:00 committed by GitHub
parent 714430a08d
commit 24247bdc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ You may instead prefer to set up your project with the `firebase` CLI, which wil
::code-group ::code-group
```bash [Yarn] ```bash [Yarn]
yarn global install firebase-tools yarn global add firebase-tools
``` ```
```bash [NPM] ```bash [NPM]
npm install -g firebase-tools npm install -g firebase-tools