Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
110 stars 139 forks source link

Found firebase-messaging:+, but version 11.+ is needed for the google-services plugin. #309

Closed webquali closed 5 years ago

webquali commented 5 years ago

Hi, I have installed Intercom plugin and pushwoosh then try to make a build. But have this error: Found firebase-messaging:+, but version 11.+ is needed for the google-services plugin. I found in pushwoosh config.xml

When I change to then I haave success build.

wfhm commented 5 years ago

@webquali most of push notification providers use Firebase messaging library in their SDKs, however they might specify different versions of the lib. It is pretty much impossible to prevent conflicts with all plugins, so it the easiest solution is to solve the conflicts manually by modifying either Pushwoosh's or other plugin's config.xml

webquali commented 5 years ago

Ok, thanks. I already changed by self.