Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

The package has a conflict with `google-oauth` #293

Open npvn opened 7 years ago

npvn commented 7 years ago

The current version of phonegap-plugin-push has a conflict with cordova-plugin-googleplus, which was just added recently in the google-oauth package for Meteor 1.4.4.1. See the discussion here: https://github.com/meteor/meteor/issues/8584#issuecomment-293432947.

I believe there will be a lot of apps upgraded to 1.4.4.1 in order to avoid the Google OAuth issue mentioned in https://blog.meteor.com/announcing-meteor-1-4-4-11027f33e3bf. So it'd be great if raix:push is updated to use phonegap-plugin-push@1.9.0 (or later) to avoid the conflict.

I tried that in a fork but couldn't get push notification to work.

Any help would be appreciated.