Realtime update not working if permission is added to document and new document is created
- 0
- Flutter
- Realtime
i have given permission by team to a document and no permission is given in collection level. when new document is added to the collection i want a realtime update the users in that team (when adding a document i am giving permission by team). Currently i am not getting any realtime update when the document is created first. But when refresh flutter i am getting rest of the update. This there a way to solve this problem or am i missing something ?.
i also find out that if i give userid instead of teamid its updating. when team is created and given permission updation not taking place till i refresh.
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...