Skip to content

Commit

Permalink
Merge pull request #169 from CheckMateSG/feat/firebase-emulator-persi…
Browse files Browse the repository at this point in the history
…stence

feat: add persistence to firebase emulator
  • Loading branch information
sarge1989 authored Oct 7, 2023
2 parents cb57e67 + bb0f496 commit 667ee56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ node_modules/
# dotenv environment variables file
.env

local_batch_jobs
local_batch_jobs

# local firebase emulator data
local-data
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"googleapis": "^105.0.0"
},
"scripts": {
"lint": "eslint . --ext js,jsx,ts,tsx --fix"
"lint": "eslint . --ext js,jsx,ts,tsx --fix",
"serve": "firebase emulators:start --import ./local-data --export-on-exit ./local-data"
}
}

0 comments on commit 667ee56

Please sign in to comment.