Skip to content

Instantly share code, notes, and snippets.

@peterj
Last active April 3, 2022 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterj/6c81ea995b2ec3d72ff652b5df4a3138 to your computer and use it in GitHub Desktop.
Save peterj/6c81ea995b2ec3d72ff652b5df4a3138 to your computer and use it in GitHub Desktop.
{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
],
"source": "functions"
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"emulators": {
"functions": {
"port": 5001
},
"firestore": {
"port": 8080
},
"ui": {
"enabled": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment