Skip to content

Instantly share code, notes, and snippets.

@avendael
Created November 24, 2013 05:44
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 avendael/7623791 to your computer and use it in GitHub Desktop.
Save avendael/7623791 to your computer and use it in GitHub Desktop.
Firebase JS client
var awesomeFirebase = new Firebase('https://anexample.firebaseIO.com/samplenode');
awesomeFirebase.set({
some_string_content: "Firebase is Awesome!",
some_number_content: 42
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment