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
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
The text was updated successfully, but these errors were encountered:
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Data
is{"a": x}
where x is a random 8000 byte stringIsMessageToLarge
or similar method, similar topmessaging.IsSenderIDMismatch
,messaging.IsUnregistered
, etcThe text was updated successfully, but these errors were encountered: