🔥 Firebase-ing with Kotlin Coroutines + Flow 🌊
In this article, we’ll demonstrate using Kotlin Coroutines and 🌊 Flow with 🔥 Firebase Cloud Firestore in Android.
Published in
4 min readApr 30, 2020
--
Firebase APIs are asynchronous i.e. you’ll need to register a listener if you want to read data or want the result of written data. As you might know, Kotlin coroutines are developed for…