Solution: Firebase Firestore
Explore the solutions to the Firebase for Flutter challenges.
We'll cover the following...
We'll cover the following...
Solutions
Great job on completing all the steps in the previous challenge! Feel free to compare your code solutions with the solutions below.
pubspec.yaml
Challenge 1: Add the cloud_firestore package
First, we add the cloud_firestore package to the application dependency in line 14 of the pubspec.yaml file.
Challenge 2: Initialize Firebase
First, on ...