Skip to content

Instantly share code, notes, and snippets.

@hiranya911
Created December 9, 2017 22:22
Show Gist options
  • Save hiranya911/270bf87463e0a53db59d0167088e0403 to your computer and use it in GitHub Desktop.
Save hiranya911/270bf87463e0a53db59d0167088e0403 to your computer and use it in GitHub Desktop.
{
"rules": {
"moderators": {
".read": "auth.token.role === 'moderator'",
".write": "auth.token.role === 'moderator'"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment