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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, Iβm using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...