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
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...