Skip to content

Instantly share code, notes, and snippets.

@deltaepsilon
Created December 19, 2016 15:55
Show Gist options
  • Select an option

  • Save deltaepsilon/859a9b46eecd3a50f275b40b73283189 to your computer and use it in GitHub Desktop.

Select an option

Save deltaepsilon/859a9b46eecd3a50f275b40b73283189 to your computer and use it in GitHub Desktop.
{
"rules": {
"users": {
"$uid": {
".read": "auth.uid == $uid || root.child('users').child(auth.uid).child('isAdmin').val() == true",
".write": "root.child('users').child(auth.uid).child('isAdmin').val() == true",
".indexOn": ["email"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment