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
I'm trying to send the "click_action" as described here: https://firebase.google.com/docs/cloud-messaging/http-server-ref
via FCM Notification (basically to allow for custom click intents depending on the types of notifications). From what I understand, this should be sent outside the 'body' json, inside a seperate 'android' object through the firebase rest API.
As far as I can tell, this is not currently possible with Pigeon. Is there an easy way to achieve this?
best
The text was updated successfully, but these errors were encountered:
I'm trying to send the "click_action" as described here: https://firebase.google.com/docs/cloud-messaging/http-server-ref
via FCM Notification (basically to allow for custom click intents depending on the types of notifications). From what I understand, this should be sent outside the 'body' json, inside a seperate 'android' object through the firebase rest API.
As far as I can tell, this is not currently possible with Pigeon. Is there an easy way to achieve this?
best
The text was updated successfully, but these errors were encountered: