Conflict with cordova-plugin-fcm-with-dependecy-updated
See original GitHub issueWARNING: IF YOU IGNORE THIS TEMPLATE, WE’LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!
cordova-plugin-local-notifications conflicts with cordova-plugin-fcm-with-dependecy-updated if i remove local notification FCM plugin seems to work fine. Can anyone come up with the solution so that both plugins can work together
Your Environment
- Plugin version: 0.9.0-beta.2
- Platform: iOS
- OS version: iOS 12
- Device manufacturer / model: Apple
- Cordova version (
cordova -v
): - Cordova platform version (
cordova platform ls
): - Plugin config
- Ionic Version (if using Ionic) 3
Expected Behavior
In the foreground, no push is received and no FCM on event is fired
Actual Behavior
FCM event should be fired so, I can generate a local notification.
Steps to Reproduce
Install this plugin and cordova-plugin-fcm-with-dependecy-updated
Context
Implement push notification
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Conflict with cordova-plugin-firebase-Analytics due to apply ...
Describe the bug cordova-plugin-fcm-with-dependecy-updated was already installed in the app. which is working fine on both ios and android builds.
Read more >cordova-plugin-fcm-with-dependecy-updated - npm
Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated. Latest version: 7.8.0, last published: 2 years ago.
Read more >Is there a work around for the conflict with the ... - Stack Overflow
Is there a work around for the conflict with the cordova-plugin-fcm-with-dependecy-updated and cordova ios · 1. Did you find a solution for this?...
Read more >FCM Push Notification Plugin for Firebase Cloud Messaging
The FCM push notification plugin provides basic functionality for Firebase Cloud Messaging. Read and learn more about the Cordova FCM Plugin for Ionic...
Read more >cordova-plugin-fcm vs cordova-plugin-fcm-with ... - npm trends
cordova-plugin-fcm · cordova-plugin-fcm-with-dependecy-updated · cordova-plugin-firebase-messaging ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ionic cordova plugin rm cordova-plugin-fcm-with-dependecy-updated ionic cordova plugin rm cordova-plugin-local-notification
ionic cordova plugin add cordova-plugin-fcm-with-dependency-updated-apns ionic cordova plugin add cordova-plugin-local-notification@0.9.0-beta.3
Hi @jiseungjun, thanks for your solution! I have implemented it, but still have an issue: since then and only on iOS, when I click on the local notification, it triggers the FCM plugin onNotification method resulting in a bad behavior… Any idea why and how to fix this?