Cordova-plugin-firebase: Conflict with cordova-plugin-local-notifications

Created on 21 Jun 2018  路  14Comments  路  Source: arnesson/cordova-plugin-firebase

Is this a known issue of just bad implementation from my part?

Android is working perfectly, IOS notifications while the app is in the background also work perfectly.

runtime help wanted wontfix

All 14 comments

I also have the cordova-plugin-local-notifications plugin installed.

I had the same problem. The notifications will not be delivered in onNotificationOpen if you have cordova-plugin-local-notifications installed. After removing cordova-plugin-local-notifications it works like expected. Thank you for this hint.

@ylno do you use another plugin to show the local notifications? If so, which?

@dmeij i have same issue i need use local notifcation too.:(

How did you discover the conflict? What are they conflicting upon?

@masimplo If you install plugin local notification and open push notification from firebase
It doesn't trigger event. If you remove plugin local notification then it will work.

Was wondering if anyone got down to what exactly is conflicting between the two plugins.

Same problem here. As soon as local-notification is removed, listening for notifications .onNotificationOpen(); works again.

closing as this appears to not be fixable via the plugin

What?

@sebastian-zarzycki-es I could easily be wrong, but based on what I've read from the community, I'm not sure how any changes to this repo could fix this problem. Issues which can't be fixed should be closed. The discussion can still continue on closed issues for those that might be able to help out with the root problem. If you or anyone else finds a solution, I'll gladly accept a PR which either provides a code change or updates the README with instructions on how to solve the problem.

Did you see this? https://github.com/katzer/cordova-plugin-local-notifications/issues/1626#issuecomment-406992891
Can you confirm that this plugin is not registering in the same was as described phonegap plugin?

I'm not sure as I don't use phonegap. Hopefully someone from the community can provide more details.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danielpalen picture danielpalen  路  5Comments

JonSmart picture JonSmart  路  3Comments

dhavalsoni2001 picture dhavalsoni2001  路  5Comments

jdla1990 picture jdla1990  路  4Comments

ulisesvera picture ulisesvera  路  5Comments