Guest User

Untitled

a guest
Jan 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. users: {
  2. uid: {
  3. username: exampleName
  4. email: exampleEmail
  5. personalInfo: examplePersonalInfo
  6. }
  7. }
  8.  
  9. db.database.ref('users').orderByChild('username').equalTo('exampleName')
  10. .once('value').then(handler);
  11.  
  12. personalInfo: {
  13. ".read" = "$uid === auth.uid"
  14. }
  15.  
  16. username: {
  17. ".read" = true
  18. }
Add Comment
Please, Sign In to add comment