Rube Johnson

Results 2 issues of Rube Johnson

``` (defn assoc-after [map key assoc-key assoc-val]) (defn assoc-before [map key assoc-key assoc-val]) (defn swap-position [map key1 key2]) (defn swap-after [map key-to-be-after key2]) (defn swap-before [map key-to-be-before key2]) ```

It looks like one of the "necessary" (for some circumstances) steps before using `firestore-clj` is to set `managed-dependencies`. I'm not familiar with what is happening here but suffice it to...