Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelacaron committed Dec 22, 2024
1 parent e3bf404 commit 80d6dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We are going to set up the Firebase emulator to be able to load the data locally
* this is the directory with the `firebase.json` file, you should see that if you type `ls`
* Run this command, which will start the emulators, and keep your data in `local-data` directory.
```sh
firebase emulators:start --import=./local-data --export-on-exit`
firebase emulators:start --import=./local-data --export-on-exit
```
* Meaning when you start and stop the emulator your data will persist.
* Run the app
Expand Down

0 comments on commit 80d6dc8

Please sign in to comment.