Wontak Kim

Results 2 issues of 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) ###...

Needs Attention

## 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...

type: bug
platform: ios
plugin: messaging
Needs Attention