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
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...
- [Bug] Appwrite Auth User Prefs
User prefs are decoded as blank although there are plenty of data and add preference button not working in this case
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...