N
Novu7mo ago
matthias

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
Prosper
Prosper7mo ago
@Pawan Jain We have an example concerning doing this, correct?
Pawan Jain
Pawan Jain7mo ago
@matthias you can send extra information in data field of override overrides: { fcm: { data: { "key" : "value"} } } } and later use this in your app