Skip to content

Commit 9f7b7df

Browse files
authored
Update command to run the Firestore emulator (#2998)
1 parent 96cd91d commit 9f7b7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on port 8080, which is default when running it via CLI.
3434
```
3535
* Run the emulator
3636
```
37-
firebase serve --only firestore
37+
firebase emulators:start --only firestore
3838
```
3939
4040
### Running Firestore Tests

0 commit comments

Comments
 (0)