Skip to content

Commit c83605f

Browse files
authored
Fix Firebase CLI command in Firestore quickstart (#801)
1 parent bdf6bdc commit c83605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Follow these steps to have a working version of the quickstart running with the
8282
7. Set the CLI to use the project you created in Step 1:
8383
8484
```bash
85-
firebase --use add
85+
firebase use --add
8686
```
8787
8888
8. Serve your Angular app and see it connect to the Firebase Console by opening [http://localhost:4200](http://localhost:4200) in your browser!

0 commit comments

Comments
 (0)