Skip to content

Instantly share code, notes, and snippets.

@peterj
Created April 3, 2022 20:42
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/4c6d7316734b03a86a3272c164d5f179 to your computer and use it in GitHub Desktop.
Save peterj/4c6d7316734b03a86a3272c164d5f179 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,
"host": "127.0.0.1"
},
"firestore": {
"port": 8080,
"host": "127.0.0.1"
},
"ui": {
"enabled": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment