Skip to content

Instantly share code, notes, and snippets.

@neosaurrrus
Created December 5, 2018 07:46
Show Gist options
  • Save neosaurrrus/e2771cb003845d2cb021ba5d4068272e to your computer and use it in GitHub Desktop.
Save neosaurrrus/e2771cb003845d2cb021ba5d4068272e to your computer and use it in GitHub Desktop.
"rules": {
".write": "!data.exists()",
".read":true,
"$room": {
".write": "auth != null && (!data.exists() || data.child('owner').val() === auth.uid) ",
".read": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment