DEV Community

Discussion on: Using Kotlin Extension Functions and Coroutines with Firebase

Collapse
 
gastonsaillen profile image
Gaston Saillen • Edited

Just make sure if you are using .await() into any Firebase call , that you call this inside a suspend function, since .await() needs to be called inside one.

For realtime updates we can use Flow -> youtu.be/B8ppnjGPAGE?t=538