Clerk firebase authentication causing firebase login to fail. #6557
Unanswered
mileslow
asked this question in
Support request - DO NOT OPEN HERE
Replies: 0 comments
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.
-
our company follows the firestore / clerk authentication integration guide, and we are experiencing a problem plaguing our users.
Taking a look at the snippet from clerk:
`const signIntoFirebaseWithClerk = async () => {
const token = await getToken({ template: 'integration_firebase' }) // runs successfully for us
}`
the error that is outputed:
FirebaseError: Firebase: Error (auth/network-request-failed)
and it only occurs after 30 seconds.
This issue is NOT replicable, and happens to random users randomly, when this happens no amount reloads fix the issue.
Does anyone know what could happen or what could possible cause this?
Beta Was this translation helpful? Give feedback.
All reactions