This flutter project contains examples of using Firestore document & collection streams to drive UI in different ways.
It is accompanying this eponymous video on Youtube: https://www.youtube.com/watch?v=iZrMBB2c3DQ
To run the demo, you need to add your own Firebase project configuration:
- Go to https://console.firebase.google.com and set up a new project
- Install the FlutterFire CLI
- Run
flutterfire configure
in the root of the project.