Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. {
  2. "rules": {
  3. "users": {
  4. "$uid": {
  5. ".read": "$uid === auth.uid",
  6. ".write": "$uid === auth.uid"
  7. }
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement