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
After integrating OneSignal into my Flutter project alongside Firebase, I have encountered the following issues on iOS:
Foreground Notifications: Firebase push notifications are no longer displaying when the app is in the foreground. I suspect OneSignal is intercepting or blocking these notifications.
Click Action Handling: When a user clicks on a notification (from Firebase), the action is interrupted by OneSignal's notification handling. This causes the app to not respond to the click action as expected.
Steps to reproduce?
1. Integrate both OneSignal and Firebase into a Flutter project for iOS.
2. Send a Firebase push notification while the app is in the foreground.
3. Observe that the Firebase notification is not displayed.
4. Send a notification from Firebase and click it.
5. Notice that it does not occur due to OneSignal intercepting the click action.
What did you expect to happen?
Firebase push notifications should be displayed in the foreground.
Click actions for both Firebase and OneSignal notifications should work independently without interference.
What happened?
After integrating OneSignal into my Flutter project alongside Firebase, I have encountered the following issues on iOS:
Foreground Notifications: Firebase push notifications are no longer displaying when the app is in the foreground. I suspect OneSignal is intercepting or blocking these notifications.
Click Action Handling: When a user clicks on a notification (from Firebase), the action is interrupted by OneSignal's notification handling. This causes the app to not respond to the click action as expected.
Steps to reproduce?
What did you expect to happen?
Firebase push notifications should be displayed in the foreground.
Click actions for both Firebase and OneSignal notifications should work independently without interference.
OneSignal Flutter SDK version
5.0.2
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: