I want to add chat functionality in my app. Can someone help me?

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

@jangidrahul0494 here’s a few resources

You could also try to incorporate notifications

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.