katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.57k stars 1.76k forks source link

Conflict with cordova-plugin-firebase #1630

Closed dmeij closed 3 weeks ago

dmeij commented 6 years ago

WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

How do I fix the conflict with the cordova-plugin-firebase?

Your Environment

Expected Behavior

OnNotificationOpen for cordova-plugin-firebase should receive messages when App is in the foreground.

Actual Behavior

It doesn't

rwillett commented 6 years ago

No plugin information, no code, no information, no nothing.

Difficult to comment really.

flfruitios commented 6 years ago

I am facing the same issue. It works for android, Firebase is able to call onNotification function. But in iOS after some time, if message comes from Firebase, it is not calling onNotification function.

MASP3000 commented 6 years ago

I have the same problem, I mean only with iOS. When I send a Notification when die App is in foreground, the Notification not appears. I uninstalled Local Notifications Plugin and I can trap the Notification and show it in the App. In Android I do not have Problems. Can you adapt your plugin to overcome this problem? Please.

I hope to have news about this problem.

shikelong commented 5 years ago

+1

shikelong commented 5 years ago

how to fix it?

rnovaski commented 5 years ago

Anybody managed to fix this?