Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 1 (Documents and Collections)
Introduction
This article examines Firestore operations with respect to Documents and Collections and demonstrates how to mock and test them.
The article was created using Flutter Channel stable, 2.8.1.
Prerequisites
Add the following packages to yo...
blog.victoreronmosele.com15 min read
Boris Kayi
Mobile Engineer, makes magic with Flutter
Isn't fake_cloud_firestore supposed to be in
dev_dependencies?