degree9 / firebase-cljs

Another set of Firebase CLJS bindings.
MIT License
26 stars 4 forks source link

Allow usage with firebase-node #22

Open tobiash opened 7 years ago

tobiash commented 7 years ago

In order to use this library for a React-Native project, I'd like to use it with cljsjs.firebase-node instead of cljsjs.firebase, since the latter has hard dependencies on the DOM, which is not available in a RN project. Is it possible to replace the dependency on cljsjs.firebase with something configureable?

burn2delete commented 7 years ago

Use with node will require another protocol and API, feel free to submit a PR.