Skip to content

Instantly share code, notes, and snippets.

@deltaepsilon
Created November 2, 2016 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deltaepsilon/8dbda591477b741bf83d4d91522a9bfa to your computer and use it in GitHub Desktop.
Save deltaepsilon/8dbda591477b741bf83d4d91522a9bfa to your computer and use it in GitHub Desktop.
chatsRef.on(‘child_added’, function (snap) {
 console.log(“let’s add this chat to our UI!”, snap.val());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment