Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Dylan0916/b1b16063dfb1d9f07a07b741a66dba2f to your computer and use it in GitHub Desktop.
Save Dylan0916/b1b16063dfb1d9f07a07b741a66dba2f to your computer and use it in GitHub Desktop.
firebase.database().ref('user-datas').on('value', snapshot => {
console.log(snapshot.val());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment