Flow.onEach{}.collect() not running and blocking further commands from running for supabase realtime and kotlin android studio
I am working on a chatting app using Kotlin, XML, Android Studio and Supabase(for the back-end).
I am facing a problem with the real time feature so that I can handle real time messaging between users.