QuickFire
QuickFire is a quick way to get up and running with Firebase on Node. Just create a model:
// Article.js {}
And that's it!
Currently supported methods:
Model.create(attributes)
Model.find(id)
Model.count()
modelInstance.update(attributes)
modelInstance.set(attributes)
modelInstance.delete()