degree9 / firebase-cljs

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

firebase-cljs.database.query/once not resolving #23

Open jorda0mega opened 7 years ago

jorda0mega commented 7 years ago

I am trying to use the firebase-cljs.database.query/once function and for some reason the call back function is never resolving. I have tried inspecting the object returned from that call and it looks like a well formed promise. However, the callback never gets executed. I have tried supplying an error callback as well but this one doesn't get called either. Is there something I additionally need?

burn2delete commented 7 years ago

I'm sorry I didn't see this sooner, can you post your code?