Guest User

Untitled

a guest
Jan 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. "users" : {
  2. "userid1" : {
  3. "email" : "oops@gmail.com",
  4. "id": "userid1",
  5. "type": "user"
  6. },
  7. "userid2" : {
  8. "email" : "not@gmail.com",
  9. "id": "userid2",
  10. "type": "company"
  11. },
  12.  
  13. {
  14. "rules": {
  15. ".write": "auth.uid != null",
  16. ".read": "auth.uid != null"
  17. }
  18. }
Add Comment
Please, Sign In to add comment