Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "rules": {
  3. "Users": {
  4. "$user_id": {
  5. // grants write access to the owner of this user account
  6. // whose uid must exactly match the key ($user_id)
  7. ".write": "$user_id === auth.uid"
  8. }
  9. }
  10. "BUSINESS NAME HERE": {
  11. ".write": "root.child('Users').child(auth.uid).child('BUSINESS NAME HERE').child('Permissions').val() === "MODERATOR""
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement