
js-data-firebase
Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using
A Firebase adapter for the JSData Node.js ORM.
Installation
npm install --save js-data js-data-firebase firebase
Usage (Browser)
; windowfirebase; // Create an instance of FirebaseAdapterconst adapter = // baseRef: 'users', // optionally set a baseRef root db: windowfirebase; // Other JSData setup hidden // Register the adapter instancestore;
Usage (Node.js)
;; firebase; // Create an instance of FirebaseAdapterconst adapter = db: firebase; // Other JSData setup hidden // Register the adapter instancestore;
JSData + Firebase Tutorial
Start with the JSData + Firebase tutorial or checkout the API Reference Documentation.
Need help?
Please post a question on Stack Overflow. This is the preferred method.
You can also chat with folks on the Slack Channel. If you end up getting your question answered, please still consider consider posting your question to Stack Overflow (then possibly answering it yourself). Thanks!
Want to contribute?
Awesome! You can get started over at the Contributing guide.
Thank you!
License
Copyright (c) 2014-2017 js-data-firebase project authors