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?
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?