I'm making the move into Firebase. But Day One I'm stumped with a simple one liner.
This is right from the demo:
var myDataRef = new Firebase('https://un2ubl6u7zs.firebaseio-demo.com/');
And returns in my Chrome Console:
This is from the demo link, but I get exactly the same response in the console for any firebase DB I create. It's probably something REALLY simple, just trying to wrap my brain around Firebase, it's very different coming from a decade in the SQL world.
Thanks for pointers. :-)