Skip to content

Instantly share code, notes, and snippets.

@argelius
Created January 27, 2015 09:20
Show Gist options
  • Save argelius/8a247898c726965471bd to your computer and use it in GitHub Desktop.
Save argelius/8a247898c726965471bd to your computer and use it in GitHub Desktop.
Create reference to Firebase child resource.
// Create a reference to https://hacker-news.firebaseio.com/v0/topstories
var topStoriesRef = fb.child('topstories');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment