Sending Deep Link Push Notifications with Firebase Cloud for iOS and Android
How can I send push notifications with deep links ? I'm using Firebase Cloud as provider.
going to use /v1/events/trigger/broadcast to trigger workflows for both iOS and Android
Please help me on this, Thank you!!.
4 Replies
Hi @Puvi Handling deeplinks depends on the technology you are using while receiving notificatons from Firebase
This is a good example for Flutter https://firebase.google.com/docs/cloud-messaging/flutter/first-message
The
onMessageOpenedApp
Firebase method is called and the handler takes care of redirecting to a page/activity in the app depending on the notification messageHow to send links from novu while triggering workflows ?
{ fcm: { data: { "key" : "value"} } }
above Json format is working for me,
we need to use this in Overrides field
Thanks for the support @unicodeveloper