Skip to content

Fetch remote config error #14845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xiaoguang126 opened this issue May 13, 2025 · 2 comments
Closed

Fetch remote config error #14845

xiaoguang126 opened this issue May 13, 2025 · 2 comments

Comments

@xiaoguang126
Copy link

Description

irebase Installation registration failed for app with name: __FIRAPP_DEFAULT, error:
The server responded with an error:

  • URL: https://firebaseinstallations.googleapis.com/v1/projects/comaitranscribe/installations/
  • HTTP status code: 403
  • Response body: {
    "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

irebase Installation registration failed for app with name: __FIRAPP_DEFAULT, error:
The server responded with an error: 
 - URL: https://firebaseinstallations.googleapis.com/v1/projects/comaitranscribe/installations/ 
 - HTTP status code: 403 
 - Response body: {
  "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."
      }
    ]
  }
}

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@rizafran
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants