Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hackingbeauty/a88c5ab03239f7b852f4c70d9c186b45 to your computer and use it in GitHub Desktop.
Save hackingbeauty/a88c5ab03239f7b852f4c70d9c186b45 to your computer and use it in GitHub Desktop.
{
"rules": {
"users": {
".write": "auth != null",
"$user_id" : {
".read": true,
".write": "$user_id === auth.uid"
}
},
"publicRecordings": {
".read": true,
".write" : "auth != null"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment