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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...