firebase-cljs icon indicating copy to clipboard operation
firebase-cljs copied to clipboard

Allow usage with firebase-node

Open tobiash opened this issue 8 years ago • 1 comments

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?

tobiash avatar Nov 26 '16 14:11 tobiash

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

burn2delete avatar Nov 26 '16 18:11 burn2delete