I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively as task because the issues affects both). It seems tho that only the user that was created most recently sees these changes in real time. In other words, all users can create tasks (and they do get added in the db) but they dont get shows in real time. Only the most recently created user's tasks do.
Here's the repo and the file I think the issue is in: https://github.com/vl-vasilev/Lockd/blob/master/app/(tabs)/tasks.tsx
Recommended threads
- Database column name change makes table ...
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, af...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...