Flutter Firebase Festival

Remi Rousselet

Open-source software engineer at Invertase

LinkedIn Twitter

Perform type-safe queries using the Firestore ODM

26/09/2023 Holi

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.