Hey I want to add chat functionality in my app where user can send message to the service provider and they can have a conversation.
Please help me
Essentially what you are going to want to do is create a data type āConversationā that has āParticipantsā (Users). Then create a data type āMessagesā.
Next create a page with the data type of the page being āConversationā. Say you put an input on this page, when a user types in the input and clicks a button, it will create a new āMessageā and add this message to the pages āConversationā
Then display the messages in a repeating group.
Thats the super basic outline but I hope it helps!
1 Like
@23cubed I will try your idea.
Thanks
1 Like
Thank you @ntabs for these resources.
I will definitely go through these resources.
This topic was automatically closed after 70 days. New replies are no longer allowed.