Challenge: Firebase Firestore
Test your understanding of using the Firebase backend with your Flutter application.
We'll cover the following
In this challenge, you’ll fetch, add, update, and delete data in Firebase Firestore.
Goal
The goal of this challenge is to learn how to fetch and manipulate data from Firebase Firestore
Specs
A user should be able to:
Fetch documents from the Firestore
todos
collectionAdd new to-do items to the Firestore
todos
collectionUpdate to-do items in Firebase Firestore
Delete data from Firestore
Starter code
Before beginning the challenge, look at the starter code below and run it. Once done, you can dive into the challenges below.
Get hands-on with 1400+ tech skills courses.