Skip to content

Instantly share code, notes, and snippets.

@argelius
Last active August 29, 2015 14:14
Show Gist options
  • Save argelius/08bcf689898dce13aba7 to your computer and use it in GitHub Desktop.
Save argelius/08bcf689898dce13aba7 to your computer and use it in GitHub Desktop.
Code to load Firebase from CDN and create Firebase object.
<script src="https://cdn.firebase.com/js/client/2.1.1/firebase.js"></script>
<script>
var fb = new Firebase('https://hacker-news.firebaseio.com/v0');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment