We are going to be focusing on Firebase Firestore over this chapter with a classic programming exercise: the Create-Read-Update-Delete (CRUD). Firestore is a NoSQL document-based database that will allow us to query, synchronize, and store data without managing infrastructure.
After introducing our app architecture and the MVVM design pattern, we will finally leave the “how it ...