Skip to content

Instantly share code, notes, and snippets.

@railson-ferreira
Created March 17, 2022 12:44
Show Gist options
  • Select an option

  • Save railson-ferreira/804f84129b3ccdd5b0cfe63d3c7b1a4f to your computer and use it in GitHub Desktop.

Select an option

Save railson-ferreira/804f84129b3ccdd5b0cfe63d3c7b1a4f to your computer and use it in GitHub Desktop.
Run Firebase emulators with persistent data (MacOS shell script)
#!/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