You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the plugin (also the latest 3.0 version, but the bug was present in prior version as well) and performing a zonedSchedule passing null as title, the notification is sent correctly, but the onSelectNotification callback is never called, passing an empty string instead of null fixes the problem. The problem does not occur on Android
One thing to notice, I'm using the following firebase plugins as well, can't update to their latest version right now, so don't know if on a with a later version of the firebase plugins the problem still occurs:
Would you be able to help test the fix by pointing your pubspec.yaml file to the fix_building_userinfo branch? If you're not familiar with how to do so, refer to the docs here. The plugin isn't at the root of the repo so you will need to specify the path as well. If it works then I'll merge the PR in and release afterwards. From my testing with the example app, it works but given you're the first person to have ever reported this (which probably means you're the only so far to create a notification with no title), it'd be great to have another person give it a spin
As I haven't heard back, I've gone ahead and released the changes though it may be possible your issue was that you were tapping on a push notification as when using this plugin on its own, notifications without a title were originally not showing on iOS until I made the recent changes to fix this
Describe the bug
When using the plugin (also the latest 3.0 version, but the bug was present in prior version as well) and performing a
zonedSchedule
passingnull
astitle
, the notification is sent correctly, but theonSelectNotification
callback is never called, passing an empty string instead ofnull
fixes the problem. The problem does not occur on AndroidOne thing to notice, I'm using the following firebase plugins as well, can't update to their latest version right now, so don't know if on a with a later version of the firebase plugins the problem still occurs:
To Reproduce
onSelectNotification
callbackzonedSchedule
passingnull
as title and whicheverscheduledDate
is comfortableExpected behavior
the
onSelectNotification
callback is correctly calledThe text was updated successfully, but these errors were encountered: