NeoOriginal post
Rank 1: Thread
Hi, did anyone figure out a creative way to limit the amount of resources (collection documents) a user can create?
I am trying to avoid proxying document creation through functions that are called from a client if possible. If there’s no other way sure.
Summary
The user is asking for a way to limit the number of resources a user can create without using functions. One suggestion is to maintain a count in the user's profile collection and restrict document creation once it reaches a threshold. Other users suggest using functions as the best option. No solution is provided in the thread.