Guest User

Untitled

a guest
Jan 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. firebase
  2. .database()
  3. .ref('nuevosUsuario')
  4. .child(user.uid)
  5. .once('value')
  6. .then(snapshot =>
  7. console.log(snapshot.val())
  8. );
Add Comment
Please, Sign In to add comment