edismooth / ionic2-firebase

[DEPRECATED] Easy example of Firebase working with Ionic 2.
33 stars 16 forks source link

Build failure #2

Closed pythonios closed 7 years ago

pythonios commented 7 years ago

Hi

I currently get a build failure when I try to build this project.

* What went wrong:

A problem occurred configuring root project 'android'.

Could not find method registerResGeneratingTask() for arguments [task ':processDebugGoogleServices', 
/Users/n/Downloads/ionic2-firebase-master/platforms/android/build/generated/res/google-services/debug] on
 com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@5921904c.

I rechecked everything and can not figure out why I cannot build. Any feedback would be appreciated :)

pythonios commented 7 years ago

I just checked and it happens as soon as I add the cordova-plugin-fcm. Before that I can run the app normaly (without push notification of course)

abcnever commented 7 years ago

@nthommen did you figure out what went wrong?