Guest User

Untitled

a guest
Dec 13th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "rules":{
  3. "drawSaved":{
  4. "$userId":{
  5. ".read": "auth != null && $userId === auth.uid",
  6. ".write": "auth != null && root.child('admins').child(auth.token.email.replace('.', '*')).exists() && auth.token.email_verified == true"
  7. }
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment