Firebase Messaging versioning issue when converting from Cordova to Capacitor #5657
-
We previously were using the Firebasex plugin in our Cordova application. We converted to Capacitor, removed the Firebasex plugin, and installed When running
I can't get past this, can't update the pods because of this, but have no idea where this dependency is being generated. I've gone to extremes, even trying to remove that spec but of course it just shows up again. I thought maybe another Cordova plugin was causing this but there are no references to Firebase in the plugins folder. How can I get this to update to a later version of FirebaseMessaging? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That dependency comes from a cordova plugin, looks like you didn’t uninstall the firebasex plugin correctly or have another plugin using firebase dependencies. |
Beta Was this translation helpful? Give feedback.
That dependency comes from a cordova plugin, looks like you didn’t uninstall the firebasex plugin correctly or have another plugin using firebase dependencies.