Hello, I want to send an image using FCM.
I get the image and encode it with Base64EncodeDecodeImage.
The size is 8300000 bytes. If I compress it with GZipStrings the size is 6200000.
Sending the message with FCM gives an error.
Can an image be sent via FCM, or is there a message size limitation? (I've seen it maybe 4000 bytes).
Would it be better to use MQTT to send the image? The goal is to save it to an SQLite field on the receiving device.
Thanks for the help.
I get the image and encode it with Base64EncodeDecodeImage.
The size is 8300000 bytes. If I compress it with GZipStrings the size is 6200000.
Sending the message with FCM gives an error.
Can an image be sent via FCM, or is there a message size limitation? (I've seen it maybe 4000 bytes).
Would it be better to use MQTT to send the image? The goal is to save it to an SQLite field on the receiving device.
Thanks for the help.