Is there any way to discover which user is spamming requests on my firestore set up in order to remove them.
The scenario is that a user can make a certain request many times, which it will lead me to hit my daily limit.
I have access to both the client and the firebase, so it it better to do a client approach or use firebase rules/functions approach?
Thanks a lot