I need to deploy a node.js server for some complicated business logic.
Is there any firebase library/module which allows me to use promises and not callbacks for the query and update/set methods?
I've found firebase-client, but it is based on REST. Am much prefer one based on the javascript API, if there is one out there?
Thanks.