Firestore is very useful, but by default, numerous parts of its API are not very type-safe.
That is where the cloud_firestore_odm comes in. It offers a fully type-safe API for both querying and reading documents.
Together, we will see how cloud_firestore_odm is used.
Prior knowledge about Firestore and Dart is desirable.