opbaba_
I am trying to get realtime working in a flutter project running on macos. I can't find out what's wrong but the I am not receiving any updates to changes in the database/collection.
TL;DR
Issue: Realtime updates not working in a Flutter project on macOS.
Solution:
- Check that the relevant dependencies and packages for realtime functionality are properly installed.
- Make sure the database/collection is set up correctly and accessible.
- Verify that the code for subscribing to realtime updates is properly implemented.
- Confirm that the realtime functionality is supported by the chosen database.
- Debug and log any error messages or exceptions that might be occurring during the realtime process.
- Consider seeking assistance from the Flutter community or relevant forums for further troubleshooting. Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...