Skip to content

Instantly share code, notes, and snippets.

@danahartweg
Created October 15, 2019 22:08
Show Gist options
  • Save danahartweg/8edf4047443028ff1a52da5adcf69d98 to your computer and use it in GitHub Desktop.
Save danahartweg/8edf4047443028ff1a52da5adcf69d98 to your computer and use it in GitHub Desktop.
Firestore configuration - Unit testing Cloud Firestore
{
"emulators": {
"firestore": {
"host": "127.0.0.1"
},
"functions": {
"host": "127.0.0.1"
}
},
"firestore": {
"rules": "rules/firestore.rules"
},
"functions": {
"predeploy": ["yarn build:functions"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment