Victor Eronmosele
Victor Eronmosele's Blog

Victor Eronmosele's Blog

Follow
homenewsletter
Tag

Firebase

#firebase

More content

Read more stories on Hashnode


Articles with this tag

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 2 (Transactions and Batched Writes)

Mar 15, 20228 min read 822 views

Introduction Firestore offers the ability to perform atomic operations — "series of database operations such that either all occurs, or nothing...

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 2 (Transactions and Batched Writes)

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 1 (Documents and Collections)

Feb 15, 202215 min read 4.0K views

Introduction This article examines Firestore operations with respect to Documents and Collections and demonstrates how to mock and test them. The...

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 1 (Documents and Collections)