
š„ Firebase-ing with Kotlin Coroutines + Flow š
In this article, weāll demonstrate using Kotlin Coroutines and š Flow with š„ Firebase Cloud Firestore in Android.
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ā¦