IOS Firebase Authentication | Google Sign In Does Not Work On Mobile #307
Replies: 3 comments 2 replies
-
Hi @jakeydaddyo, |
Beta Was this translation helpful? Give feedback.
-
Unsure if this is still an open issue. If yes maybe this helps: #323 (comment) |
Beta Was this translation helpful? Give feedback.
-
For future reference, if you got "To Native -> FirebaseAuthentication signInWithGoogle" but nothing work, it's probably due to pnpm. Try use the good old npm. This repo work perfectly fine, following the latest docs work for me. I waste 2 days on this, until I realize pod reference the file inside node_modules. Which when using pnpm, it is a symbolic, not a real file. So nothing works and no error to tell directions. |
Beta Was this translation helpful? Give feedback.
-
I'm using Capacitor & capacitor-firebase/authentication in my project, when starting the application on Desktop, the Google Sign-In works perfect, but when running on mobile I get the following error:
To Native -> FirebaseAuthentication signInWithGoogle
I checked out this discussion:
robingenz/capacitor-firebase-authentication#128
and it appears as the issue is the same, but the solution is not.
Attached are the relative files for IOS:
AppDelegate.swift:
PodFile:
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions