how to set limit for per user, so that user can create only 3000 document in one collection
- 0
- Users
- Flutter
- Tools
hey, there how we can restrict per user to not create more then 3000 document inside collection
Hello, I dont know if you can set the number somewhere.
But what about using a function to save the document count inside user prefs?
hey @Ponguta_ thanks, i think its a good way, but is there is any other way to achieve the same functionality, instead of tracking record like from server side
What will you prefer?
Like appwrite native functionality? Or something on frontend?
Like appwrite native functionality
Hmm I dont think is something like that already done, but I'm not sure. We should wait until a core member answer this. Sorry @new user π¦
no problem.
Recommended threads
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- π Realtime Flutter SDK Crash β Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...