Using Coroutines with Firebase on Android
It’s no doubt that coroutines are taking over as the go-to way to do asynchronous programming in Android over RxJava. Many of Firebase’s services use Task objects to perform asynchronous operations of their own, including Firestore, Authentication, Storage, and Remote Config. The standard way proceed… Read More »Using Coroutines with Firebase on Android