Created
December 9, 2017 22:22
-
-
Save hiranya911/270bf87463e0a53db59d0167088e0403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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