Skip to content

Instantly share code, notes, and snippets.

@argelius
Created January 27, 2015 09:26
Show Gist options
  • Save argelius/1d9c407a7db9a3a0cf73 to your computer and use it in GitHub Desktop.
Save argelius/1d9c407a7db9a3a0cf73 to your computer and use it in GitHub Desktop.
Listen for Firebase resource changes.
topStoriesRef.on('value', function(snapshot) {
console.log(snapshot.val());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment