firebase-functions-rate-limiter
firebase-functions-rate-limiter copied to clipboard
isQuotaExceededOrRecordUsage is deprecated warning
using:
limiter.isQuotaExceededOrRecordUsage(account_id)

I think you should rejectOnQuotaExceededOrRecordUsage method from now on, but the documentation is not updated yet. Correct me if I am wrong ;)
@bashoogzaad i can def think of many scenerios where automatic error throw may not be desirable. so awaiting for @Jblew to address this.
It's been a couple of years now, it doesn't look like developers of this package support this project any longer. Are there any alternative packages without needing to rebuild this functionality from scratch?