Skip to content

axmatthew/firebase-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Firebase ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published