firebase-admin-go
firebase-admin-go copied to clipboard
Payloads too large return undocumented "Android message is too big"
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
Datais{"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
IsMessageToLargeor similar method, similar topmessaging.IsSenderIDMismatch,messaging.IsUnregistered, etc
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.