ostownsville / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
21 stars 17 forks source link

Error in build since yesterday #28

Closed luigi37 closed 6 years ago

luigi37 commented 6 years ago

Hi all, started receiving this on cordova run android

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugApkCopy'.
   > Could not find com.google.firebase:firebase-core:11.4.2.
     Required by:
         project :
   > Could not find com.google.firebase:firebase-messaging:11.4.2.
     Required by:
         project :

It seems linked to this but I'm not totally sure... https://github.com/NativeScript/push-plugin/issues/144

chrisjpalmer commented 6 years ago

Hi Luigi. Are you aware that now you need to install an additional plugin for Google Play Services?

See the readme.

luigi37 commented 6 years ago

Yes, right. Sorry. I was playing around with another plugin and I did miss this.