Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Auth Limit for Admin SDK?

Does Firebase Admin SDK have the same limit as the Web?

I saw that there is a limit of 100 accounts/IP address/hour.

But at the bottom of the page, there is a table for API limits, which is 500 requests/second.

Slightly confused.

Reference: https://firebase.google.com/docs/auth/limits

like image 341
Faheem Avatar asked Aug 06 '26 03:08

Faheem


1 Answers

Those documented limits are for client SDKs. The limits exist in order to prevent general abuse from the internet.

The Admin SDK doesn't have the same limits because it's intended to be used with privileged access from your own servers that you fully control, so there should be no abuse. If you encounter a problem that looks like a limit, you should contact Firebase support directly.

like image 140
Doug Stevenson Avatar answered Aug 07 '26 23:08

Doug Stevenson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!