Hi I’m new to appwrite apple sdk. I'm trying to implement real time update for new documentations added to the database . I tried to work with real time subscribe method and I didn’t succeed with my goal - to get the full list of documentations after user update. For instance if I have locations coordinates collection and I want to show them inside a map and update the map for deleted locations I need array of the updated relevant coordinates
You would subscribe to the documents in the collection. every event/payload that comes in would be a create/update in the collection. Then, you can update your UI
Recommended threads
- Do I need to upgrade my Appwrite plan?
So i am making a file hosting & sharing platform (voltzy.lol) and i am expecting approx 5-8 million visit per month and over 30 million uploads per month do i n...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- API returned 400
Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors `time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error respons...