
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
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
