$ npm install firebase-orm --save
Fetch
var firebaseOrm = require('firebase-orm');
firebaseOrm.insert
If you'd like to contribute, you'll need to run the following commands to get your environment set up:
$ git clone https://github.com/axmatthew/firebase-orm.git
$ cd firebase-orm
$ npm install
$ npm run watch
npm run watch
will watch for changes in the /src/
directory, lint, and bundle the
source files when a change occurs. The output file is written to the /dist/
directory.
You can run the test suite via the command line using npm test
.
MIT