EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 629 forks source link

FCM and google plus conflict #467

Open netinkumar opened 6 years ago

netinkumar commented 6 years ago

am facing a big issue in ionic 2 app. Whenever Google plus and FCM plugins are used in ionic 2 app, it causes problem in building the app. I am not able to build my app and also i need both plugins. if i change cordova.system.library.10=com.google.android.gms:play-services-auth:9.0.0 cordova.system.library.11=com.google.android.gms:play-services-identity:9.0.0 in project.properties file then build successfull but google login not working

kurtnovice commented 6 years ago

I'm experiencing the same problem with ionic 1.

lfxsantos commented 6 years ago

same here

sebj54 commented 6 years ago

Duplicate: https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/283

Kundan-ionicDev commented 5 years ago

Please refer to below mentioned app and make sure android dependencies are correct .

https://market.ionicframework.com/starters/ionic-google-plus-fcm-and-ad-banner

implementation "com.google.android.gms:play-services-auth:10.+" implementation "com.google.android.gms:play-services-identity:10.+" implementation "com.android.support:support-annotations:27.+" implementation "com.google.firebase:firebase-core:10.+" implementation "com.google.firebase:firebase-messaging:10.+" implementation "com.google.android.gms:play-services-base:10.+" implementation "com.google.android.gms:play-services-ads:10.+"

mallajay commented 4 years ago

Same problem with ionic 5