Reputation: 13355
On google I can see in the section https://firebase.google.com/docs/cloud-messaging/http-server-ref (Legacy HTTP Server Protocol) that the total size of the payload data included in a message can not exceed FCM limits: 4096 bytes for most messages. Is this still true for the new HTTP v1 ? I can not find any public information about it
Upvotes: 0
Views: 610
Reputation: 317427
The max payload size is still 4MB. It's a limitation of the service as a whole, not any particular API. See the documentation.:
Maximum payload for both message types is 4KB
Upvotes: 1