0
kansoftware created
Hi,
How i can extend _notificationPublisher.PublishAsync method. I need to add one Id feild to identify each entry or get notification ID.
I want to send notification on signalr and same notification on firebase. If use read notification in device then mark as read. So i want notification id to marge with firebase.
Thanks
1 Answer(s)
-
0
Hi,
If you only want to add extra fields to your notifications, you can use NotificationData, see https://aspnetboilerplate.com/Pages/Documents/Notification-System#notification-data
For sending notificataion to Firebase, you can implement a custom notifier as explained here https://aspnetboilerplate.com/Pages/Documents/Notification-System#multiple-notifiers