
Hi, I was wondering if for example, any big company like Twitter or facebook decides to use appwrite instead of their custom backend. Would they be able to pull off all the features they offer?
Also, to the core team of appwrite, I would like to make a request to make auto-delete documents a feature. For example - It would be nice if I would configure my collections in a way that it auto-deletes its documents after a set period of time.
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
