Firebase Flow Example
A sample android application which demonstrates use of Kotlin Coroutines Flow with Firebase Cloud Firestore.
How to setup?
- Setup project on Firebase Console.
- Download
google-services.json
and put it in/app
directory. - Run the application.