Created
October 15, 2019 22:08
-
-
Save danahartweg/8edf4047443028ff1a52da5adcf69d98 to your computer and use it in GitHub Desktop.
Firestore configuration - Unit testing Cloud Firestore
This file contains 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
{ | |
"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