How to add deep link in push notification (firebase provider)
Hello,
I don't understand how to insert a deep link in my push notification.
Is this related to the override section ?
2 Replies
@Pawan Jain We have an example concerning doing this, correct?
@matthias
you can send extra information in data field of override
overrides: { fcm: { data: { "key" : "value"} } } }
and later use this in your app