kossnocorp / typesaurus

🦕 Type-safe TypeScript-first ODM for Firestore
https://typesaurus.com
412 stars 34 forks source link

Allow transaction's write function return non-promise #89

Closed kossnocorp closed 3 months ago

kossnocorp commented 3 years ago

Right now, the transaction expects the write function to return a promise, but it's rarely useful.

kossnocorp commented 3 months ago

I don't think it's relevant