Hey guys, I'm adding a chat feature to my app, to some extent alot of things is working work fine, but i have an issue i want to be able to check on the status of the message (sent, delivered, etc ) when the app in on background or foreground e.g
we have two user : User A and User B
User A enter the chat room and send Message to User B, after sending the message, he leave the chat room, the chat head should be update as well showing if User B has read the message or if User B has sent a reply to User A,
Just like the way WhatsApp is doing
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...