Closed adam-hart closed 7 years ago
for documentation we'll want to include that for the firebase config
{
"rules": {
".read": true,
".write": true,
"organizations": {
".indexOn": [
"id"
]
},
"services": {
".indexOn": [
"organization"
]
},
"regular_schedules": {
".indexOn": [
"organization_id"
]
}
}
}
I guess update the rules config file with it
This adds the user's authentication token to any Firebase write request. I also restricted the DB rules in firebase to require auth for writes here https://console.firebase.google.com/project/vivid-inferno-4672/database/rules.
@zendesk/volunteer