Created
April 13, 2019 13:20
-
-
Save Dylan0916/b1b16063dfb1d9f07a07b741a66dba2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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