You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @xiaoguang126, based on your error logs, it looks like there's a payment issue with your project account. For account-related issues, please file a ticket through our Firebase support so that the team could check your account.
That being said, I'm now going to close this issue.
Description
irebase Installation registration failed for app with name: __FIRAPP_DEFAULT, error:
The server responded with an error:
"error": {
"code": 403,
"message": "Permission denied: Consumer 'api_key:xxxxxxxxxxx' has been suspended.",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CONSUMER_SUSPENDED",
"domain": "googleapis.com",
"metadata": {
"service": "firebaseinstallations.googleapis.com",
"containerInfo": "api_key:xxxxxxxxxxx",
"consumer": "projects/353589113993"
}
},
{
"@type": "type.googleapis.com/google.rpc.LocalizedMessage",
"locale": "en-US",
"message": "Permission denied: Consumer 'api_key:xxxxxxxxxxx' has been suspended."
}
]
}
}
Reproducing the issue
No response
Firebase SDK Version
10.29
Xcode Version
16.2
Installation Method
Swift Package Manager
Firebase Product(s)
Remote Config, AB Testing, Analytics
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: