Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 2 (Transactions and Batched Writes)
Mar 15, 2022 · 8 min read · Introduction Firestore offers the ability to perform atomic operations — "series of database operations such that either all occurs, or nothing occurs") — in form of Transactions and Batched Writes. Transactions: a transaction is a set of read and w...
Join discussion




