-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Describe the bug
I am using Plugin.FirebasePushNotifications, which works fine. If I add this plugin, I still get remote notification only the event that happens when you tab on the notification does not work anymore from the Plugin.FirebasePushNotifications. I tried another library (shiny) and here also this is not working anymore. I suspect there is a conflict when using this lib with remote notifications? I am using firebase notifications.
To Reproduce
When I use Plugin.FirebasePushNotifications and add this plugin the events stop working.
Expected behavior
That both work.
Platform (please complete the following information):
- OS: Windows
- Version 11
Smartphone (please complete the following information):
- Device: iPhone15
- OS: iOS26
- Version 26
Additional context
When I only add .UseLocalNotification() to the builder and then the problem is there? Is there some kind event overwritten?