We try to update many users in our multitenant setup, when a whole tenant needs to be enabled/disabled. With this, we sometimes run into QUOTA_EXCEEDED
errors, especially for large tenants with many users. I have asked how to do this better here: Disable many users at once
As there are currently no bulk operations to update users with the Firebase Admin SDK, how can I request a quota raise?
I do not see an enable/disable users in the Firebase Authentication Limits
The error message does not indicate what has to be changed. It only says
Exceeded quota for updating account information.
I do not see any limit reached on the quotas page for the project (https://console.cloud.google.com/iam-admin/quotas).
How can I raise the quota?