Hi All! I'm developing a chat functionality in my Flutter app and wanted to know your opinions on how to query list of conversations of the current user.
I have a table with messages that have rows: sender, receiver etc.
I can query messages for a conversation easily but how can I list conversations that current user have?
Do you haven any ideas on this?