I'm unable to create new Android Apps in my Firebase project.
Looking at the Network Tab in the browser shows:
POST https://mobilesdk-pa.clients6.google.com/v1/projects/****/clients
Results in http status-code 429 with body:
{
"error": {
"code": 429,
"message": "Too many Apps on project:****",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.internal.firebase.v1.ErrorCode",
"code": 2
}
]
}
}
Is there a way to raise this limit?
UPDATE: After contacting the Firebase Support and explaining our case to them, they raised the rate-limit. To which value is unknown so far:
We made some adjustments to the app limits based on the information we’ve gathered with other developers who are having the same issue. I can’t provide the exact number of apps that you can create from the console at this time, but we’re currently focused on delivering the best possible experience to app developers.