You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reference is great, but it'd be cool to have some minimal examples as well. You can't do that with the current space, but if you went two-sided you could. And we might as well put something useful on the other side anyway. :-) For example:
Writing Data
var ref = new Firebase('https://YOUR.firebaseio.com/');
ref.child('status').set('groovy');
So I like this idea. The original goal was that I wanted to try and keep it to one page, so it would be a simple API reference guide, rather than the worked out examples that are available on firebase.com/docs. That being said, it may turn out to be a better idea to make it more example focused rather than API focused, since it shows more practical usage.
The reference is great, but it'd be cool to have some minimal examples as well. You can't do that with the current space, but if you went two-sided you could. And we might as well put something useful on the other side anyway. :-) For example:
Writing Data
Reading Data
Appending Items to a List
Reading a List
The text was updated successfully, but these errors were encountered: