Replies: 1 comment
-
Hey @hchaucha, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I built a mobile application using capacitor (via QuasarJS) and Firebase.
I want to implement the authentication module with Google : it's working great on Android but I struggle to compile my project on IOS because of cocoapods dependencies.
It telling me that capacitor-firebase/authentication use the latest version of Firebase (v.10.8.0) but the CordovaPluginsStatic using another version (v.9.3.0).
What should I do ?
Should I downgrade/upgrade one of the two modules ?
I have already tried to downgrade firebase-capacitor but it seems that there is no compatible version with the targeted version of Firebase (+ its not a real/good solution, is it ?).
Im aware that this is a known issue; not directly due to this module. Still, im not able to use it and no answer from the web help me
Thanks for your time !
Beta Was this translation helpful? Give feedback.
All reactions