Wontak Kim
Wontak Kim
### Description This PR fixes an issue where `completionHandler` in `userNotificationCenter:willPresentNotification:withCompletionHandler:` is called before the original delegate, preventing custom foreground notification presentation logic from working. ### Related issues [#8754](https://github.com/invertase/react-native-firebase/issues/8754) ###...
## Issue When implementing custom foreground notification presentation logic in AppDelegate, the `completionHandler` is already consumed by `RNFBMessagingUNUserNotificationCenter` before the original delegate can handle it. This prevents custom logic from...