signInWithGoogle() => no provider dependencies found #847
Unanswered
dchhangpro
asked this question in
Q&A
Replies: 1 comment 5 replies
-
This seems to be an issue with the Google Credential Manager. Maybe that helps you: https://stackoverflow.com/a/79187794. We recently migrated to the Credential Manager since |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use the @capacitor-firebase/authentication package to use Google sign-in with Firebase.
But, when I click on the sign in button, I have this error message in log :
getCredentialAsync no provider dependencies found - please ensure the desired provider dependencies are added
Expected behaviour : App redirect in Google Sign in page.
This is how I add and configure the plugin :
What should I do to work it ?
Thanks 😊
Beta Was this translation helpful? Give feedback.
All reactions