React-firebaseui signInWithCredential failed: First argument "credential" must be a valid credential.
See original GitHub issueHellow,
I started getting below error after signing in using google.
signInWithCredential failed: First argument “credential” must be a valid credential.
"firebase": "^5.0.1",
"react-firebaseui": "^1.2.3",
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
signInWithCredential failed: First argument "credential" must ...
Hello i started getting this error after updating firebaseui and still after i switched to firebaseui-web-react.
Read more >Firebase signInWithCredential failed - Stack Overflow
Firebase signInWithCredential failed: First argument "credential" must be a valid credential · permission: Array · token: String ...
Read more >[Solved]-Firebase signInWithCredential failed
Coding example for the question Firebase signInWithCredential failed: First argument "credential" must be a valid credential-React Native.
Read more >firebaseui - npm
To use FirebaseUI to authenticate users you first need to configure ... signInWithCredential(error.credential) , the data of the anonymous ...
Read more >Issue to reauthenticate user - Google Groups
code: "auth/argument-error". message: "reauthenticateAndRetrieveDataWithCredential failed: First argument \"credential\" must be a valid credential.".
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
moving from firebase version ^5.0.1 to ^4.13.1 fixes the problem.
You are probably using conflicting versions of firebase library. We have changed our dependency to be a peerDependency but have not deployed these changes yet.