Guest User

Untitled

a guest
Oct 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {
  2. "rules": {
  3. ".read": true,
  4. ".write": true
  5. }
  6. }
  7.  
  8. {
  9. "rules": {
  10. "users": {
  11. "$uid": {
  12. ".read": "$uid === auth.uid",
  13. ".write": "$uid === auth.uid"
  14. }
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment