Fork me on GitHub
#cljsrn
<
2017-06-24
>
openaki01:06:41

Hi Guys, I have been using expo with clojurescript (https://github.com/seantempesta/expo-cljs-template), I added a dependency of degree9/firebase-cljs and it works great with figwheel, but when I try to compile it (lein prod-build), its complaining "No such namespace: cljsjs.firebase". I do have cljsjs/firebase in my :dependencies ... could someone tell me what I am missing ?

openaki14:06:54

I tried to make it easier and removed all the references of "degree9/firebase-cljs", changed the code to use "cljsjs.firebase" directly. I still get the same error. It feels that just adding [cljsjs/firebase "3.7.3-0"] to :dependencies is not enough ...