Guest User

Untitled

a guest
Oct 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "rules": {
  3. ".read": "root.child('users/' + auth.uid + '/roles/admin').val() == true",
  4. ".write": "root.child('users/' + auth.uid + '/roles/admin').val() == true",
  5. "motd": {
  6. ".read": true
  7. },
  8. "messages" : {
  9. ".write": true
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment