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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...