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
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Auth Issue (maybe?)
Hi there, I'm relatively new to programming and am following a tutorial on youtube just to get an idea of how this all is suppossed to work. Now Im setting up t...