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
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- redirect uri not working for OAuth with ...
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run h...
- Cannot use Apple Oauth2 in React Native/...
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someon...