Hi,
I have added the chat component to my app however when a user sends a message that message does not appear on the other users screen until they refresh.
I am also sending a notification when a chat is received, so the user gets the notification but cant see the chat until they refresh.
Also, if messages are sent before the app is refreshed then those messages just pop into the chain in order of when they were sent (which is correct) however many users will most likely miss these messages.
I have also tried enabling the extra mode to pull the data however that has not helped.
If anyone has any advice on how to resolve this issue I would truly appreciate it!