Hi, did anyone figure out a creative way to limit the amount of resources (collection documents) a user can create?
I am trying to avoid proxying document creation through functions that are called from a client if possible. If there’s no other way sure.
How many documents do you want the users to be able to create ? A hacky way would be to maintain the number user has in users profile collection n restrict user from creating documents if it reaches the threshold till user deletes some.
I think function will be the best option, why would you want to avoid a function?
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...