Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 753 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 753 Bytes

Firebase ORM

Installation

$ npm install firebase-orm --save

Getting Started

Usage

API Reference

Fetch

var firebaseOrm = require('firebase-orm');

firebaseOrm.insert

Contributing

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.

License

MIT