Created
March 17, 2022 12:44
-
-
Save railson-ferreira/804f84129b3ccdd5b0cfe63d3c7b1a4f to your computer and use it in GitHub Desktop.
Run Firebase emulators with persistent data (MacOS shell script)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| firebase emulators:start --export-on-exit ./data --import ./data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment