Firebase – How to update Android UI on Firestore result?
I am trying to write a database query in Cloud Firestore in Kotlin. The request itself is working but I am having some problems with the async workflow. My goal is to make a database request that fetches a lot…