Closed dsmalicsi closed 5 years ago
Hi @dsmalicsi , "data" is not yet developed. May I please have a sample of what you would like to send?
Hi @paulincai thanks for letting me know. I'd like to use it for sending notifications with pictures. See below example
"data": {
"title": "Test Notification",
"message": "Send message",
"style": "picture",
"image": "http://www.example.com/image.jpg",
"picture": "http://www.example.com/image.jpg",
"summaryText": "Summary Text"
}
Fixed in V2. Also answered here: https://github.com/activitree/meteor-push/issues/5#issuecomment-547498376
Hi, I have encountered this issue when trying to send a
data
message. It's throwing a validation error, but based from your example method code,data
should be accepted right? I hope it gets fixed, thanks!