samedhi / firemore

Firebase + Clojure -> Firemore
https://firemore.org/
MIT License
19 stars 4 forks source link

Confirm return value of transaction #42

Closed samedhi closed 4 years ago

samedhi commented 4 years ago

The return value should be a channel that contains the result of the transaction. Or, if I choose to extend it as such, it should be a two-tuple that contains [sucess failure].

samedhi commented 4 years ago

I chose to do the two-tuple.