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
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itβs mention that only setup client with endpoint / api key is enou...
- Synchronous Function Execution Timed Out...
Hi Appwrite team π Iβm facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...