How to delete data in a table after some time like expiry time in cloud automatically?
You could write a function with a cron job to delete the desired data based on the documents createdAt or updatedAt timestamp.
outdate but gives you the idea: https://dev.to/appwrite/30daysofappwrite-cloud-function-with-cron-258c
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...