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
- Broken Typeform Link for Appwrite Heroes...
I was trying to apply for the Appwrite Heroes program because I am planning to host a meetup for my local developer community on backend architecture using Appw...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...