Closed
Description
We currently have a solution for multiple plugins to receive callbacks as a UNUserNotificationCenterDelegate
. However, the firebase_messaging
uses swizzling when you set the UNUserNotificationCenterDelegate
and FIRMesssagingDelegate; as explained here.
It should be possible to have firebase_messaging
work with other notification plugins and would require disabling of swizzling and handling the callbacks manually. Explained here: https://firebase.google.com/docs/cloud-messaging/ios/receive#handle-swizzle