firemore icon indicating copy to clipboard operation
firemore copied to clipboard

Firebase + Clojure -> Firemore

Results 8 firemore issues
Sort by recently updated
recently updated
newest added

This is currently broken you probably want to remove it.

Think through on how we can hide the asynchronous nature of the read and write operations with re-frame. Basically make it similar to a XMLHTTPRequest in re-frame. Maybe just two...

question

More than just memory leaks, failing to unsubscribe can actually effect other listeners. Try removing the unsubscribe from the `check-for-reference-in-metadata` and observe that it will cause later listener's (like those...

Hey I just tried to use firemore in an existing shadow-cljs project and during installation I got such error: ``` $ shadow-cljs watch app shadow-cljs - config: ~/code/reframe-project/shadow-cljs.edn shadow-cljs -...

This might help: https://github.com/lambdaisland/kaocha

Consider agnostic host with cljc support so it can work on normal Clojure and Clojurescript.

Firebase supports cloud functions that can be called on CREATE/UPDATE/DELETE of Firestore entities. These are normal JS functions that are invoked on the server that takes the context as an...

enhancement

Wondering if the syntax can be simplified such that it's just one longer query string like: ```clojure [:cities {:where "population < 1000000"}] ``` and then you can split the string...