I need to build a “contact us” function in my app, but I really don’t need real-time chat capability. I would still like the conversation to appear as a thread between the user and myself. In other words, the user might send me a message and I would respond to it sometime (usually not real-time).
I guess what I’m asking is, is chat the only way to go here?