Need help adding chat to my app

Hey community, I need help adding the chat to my app. I already set the glide tables up with some help. Now im up to the point where i need to add the right buttons to finish the rest.

Can you show some screenshots of how you’re setting it up? What buttons are left to be added?

Yes, these are the settings on the glide tables and a screenshot of a user profile where the chat button can be placed





So the “chathelper” relation will show the messages between the signed-in user and the user they are viewing? How do you configure the chathelper on the “Chat” table? I assume you have already taken into account both sides of the relation (say a messages b and b messages a then the templates are reversed?)

Next, add a text entry and a button to submit the message, then a collection to display the list of messages, I guess.