question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React-firebaseui signInWithCredential failed: First argument "credential" must be a valid credential.

See original GitHub issue

Hellow,

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",

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
sameeraAbeywickramacommented, May 12, 2018

moving from firebase version ^5.0.1 to ^4.13.1 fixes the problem.

1reaction
bojeil-googlecommented, May 11, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found