-
Notifications
You must be signed in to change notification settings - Fork 627
Conflicts with cordova-plugin-firebasex #761
Comments
Change in plugin.xml for iOS for cordova-plugin-googleplus (use version 8.5.1) GoogleSignIn to version 5.0.2 GoogleUtilities to 7.7.0 after a lot of work that's how I got it to work, hope it helps |
@skyline220 I appreciate the info. I'm hoping there's a way to handle this that doesn't involve editing auto generated files like |
@skyline220 I tried your method by updating the following lines of
and the following lines of
I get less errors now (5 instead of 11) but it still doesn't work.
Is there anything else you did to besides updating the pod specs to get it to work? |
This plugin works great on its own. The cordova-plugin-firebasex (which I'm using for push notifications) also works great on its own. These two plugins do not work great together. I have a totally new project and I have
cordova-plugin-firebasex
installed and working. When I go to install this plugin I get this:It does add the plugin but the project does not compile in Xcode, siting errors like these:
I see that in the readme you can supply the
PLAY_SERVICES_VERSION
when installing this plugin. I don't really know what to do with that. How do I know which version of play services are already installed? The errors above list [email protected] and GoogleUtilities@~> 7.2.2. I'm not really sure what to do here.The text was updated successfully, but these errors were encountered: