Skip to content
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

Payloads too large return undocumented "Android message is too big" #580

Open
froodian opened this issue Sep 18, 2023 · 1 comment
Open

Comments

@froodian
Copy link

froodian commented Sep 18, 2023

[REQUIRED] Step 2: Describe your environment

  • Operating System version: Mac OS 13.5.2
  • Firebase SDK version: 4.12.0
  • Library version: _____
  • Firebase Product: _____ (auth, database, storage, etc)

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

  • Send a notification where Data is {"a": x} where x is a random 8000 byte string
  • What happens: BatchResponse has undocumented error "Android message is too big"
  • Expected: either a documented error code, or for the messaging namespace to expose an IsMessageToLarge or similar method, similar top messaging.IsSenderIDMismatch, messaging.IsUnregistered, etc
@google-oss-bot
Copy link
Collaborator

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants