Created
November 24, 2013 05:44
-
-
Save avendael/7623791 to your computer and use it in GitHub Desktop.
Firebase JS client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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