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
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- 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...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...