firebase-functions-rate-limiter
firebase-functions-rate-limiter copied to clipboard
FEATURE - Cooldown penalty period after exceeding limit
For example, a user can only make 10 requests every 5 seconds. If a user exceeds the limit (11 calls in the 5 seconds window), they can be penalised (for example - one hour) before they are able to make requests again.