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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...