Friends, Merry Christmas !!
I am trying to set up chat between two users. I put Chat element on each user type’s page.
followed the demo editor design + workflow logic for duochat. Messages appear in DB for both kind of user types.
Now how do i connect the two users using a chat icon? i plan to place the icon on each user’s profile and whoever wants to initiate a chat - they can click on chat icon and start chat.
Intuitively, i understood the steps but because i am beginner i have hard time translating it into bubble language.
User 1 > visit the page or elment where User 2 profile info is shown + a chat icon > user 1 click on chat icon > so in DB first of all Chat is created > created between user 1 and user 2 as list of users > it will have list of messages > then it will save itself as a Chat > this chat can be searched + displayed on each user’s Chat section by building expressions to do search for it > then each chat will also have list of messages displayed when searched in DB using an expression.
The response from plugin owners is limited so really hoping some bubble community members have this set up in their app and maybe could advise me or point me in a direction?