Chat features in my app

If a chat already exist and logged in user found the The current user in “Start Conversation screen” how do I make them continue existing chat instead of creating new one because anytime I preview my chat app and test it, it create new conversation again with the current user instead of continue existing one **

Hi,

Please follow the below steps -

  1. Create many to many relationship in users collection by the name of chat friends

  2. Update the logged in user > add current user in chat friends and current user > logged in user in chat friends while creating conversation.

  3. Apply custom filter to list that current user > chat friends doesn’t contain logged in user.

Thanks

I am glad for this explaination, I’m still new in adalo industry pls can you do a screenshot of the explanation that will be very ok for me thank you Gratitude.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.