
I am building a group chat feature in my appusing appwrite.
I am usijg the appwrite db to sotre the messages, and apperite realtime for listening to any realtime messages, when a response is received from the realtime subscription, i store the message into local cache of device.
Now i want to implement the system where my app keeps listening for new messages even if the app is closed or the group is closed, and keeps storing the new incoming messages into the loval cache.
Can appwrite help with this?
And can you suggest the most optimal thing to use for this group messaging feature using appwrite
#🚑│support
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
