
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
- Display an in-app in the user mobile?
Would it be possible to send a message that would display an in-app in the user mobile?
- Swift SDK 13.2.2: Still getting ServiceC...
Hey team - I'm still getting ServiceContextModule linker errors even after updating to SDK 13.2.2. Error: - Undefined symbol: static ServiceContextModule.Servi...
- Still getting ServiceContextModule linke...
Hey team - I'm still getting ServiceContextModule linker errors even after updating to SDK 13.2.2. Error: - Undefined symbol: static ServiceContextModule.Servi...
