Merge pull request #2531 from ghlrobin/patch-1

Update Firebase CLI installation command
This commit is contained in:
Nuno C.
2025-10-14 10:07:10 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @nunocoracao

View File

@@ -275,7 +275,7 @@ The only thing missing is to ship your site. I will be using [Firebase](https://
Lets install firebases CLI - if not on Mac check [install instructions on Firebase](https://firebase.google.com/docs/cli).
```bash
brew install firebase
brew install firebase-cli
```
Now log in and init firebase hosting for the project.