Skip to content

Instantly share code, notes, and snippets.

@IchordeDionysos
Last active May 25, 2020 06:43
Show Gist options
  • Save IchordeDionysos/62b6d688cc0480ebfabe06532793bfa9 to your computer and use it in GitHub Desktop.
Save IchordeDionysos/62b6d688cc0480ebfabe06532793bfa9 to your computer and use it in GitHub Desktop.
Configuration auto rules generation Firestore (Medium article)
{
...
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json",
"predeploy": [
"node generate_rules.js"
]
},
"storage": {
"rules": "storage.rules",
"predeploy": [
"node generate_storage_rules.js"
]
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment