firebase-admin-go icon indicating copy to clipboard operation
firebase-admin-go copied to clipboard

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

Open froodian opened this issue 2 years ago • 1 comments
trafficstars

[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

froodian avatar Sep 18 '23 21:09 froodian

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.

google-oss-bot avatar Sep 18 '23 21:09 google-oss-bot