Alex Henderson
Results
1
issues of
Alex Henderson
I am finding that multiple :firestore/on-snapshot subscriptions interfere with each other. e.g. `[:firestore/on-snapshot {:path-collection [:mydocs] :order-by [[:time :asc]] :limit 10}]` and `[:firestore/on-snapshot {:path-collection [:mydocs] :order-by [[:time :asc]] :limit 1}]` Randomly,...