Skip to main content

All Questions

3 questions with no upvoted or accepted answers
4 votes
0 answers
2k views

firebase.auth.RecaptchaVerifier with reCaptcha v3

I am trying to implement reCaptcha v3 into my site and am currently using React.js and Firebase for Authentication. I was using reCaptcha (v2?) before with Firebase's built in auth method firebase....
douglasrcjames's user avatar
3 votes
0 answers
181 views

Error: Missing required parameters: sitekey in firebase recaptcha in multifactor authentication

I'm trying to implementing a MFA system in firebase and I'm constantly running into the issue "Missing required parameters: sitekey". I have entered the sitekey in my firebase config.js file....
Nishant Chaudhary's user avatar
2 votes
0 answers
254 views

"What could be causing the error 'RecaptchaVerifier instance has been destroyed' in Firebase OTP verification in Next.js and how can it be resolved?"

I am encountering this error after successfully creating user, as soon as i revisit signIn form for new account without reloading page and try to send otp to any phone number. Here is my code ...
SHAHID's user avatar
  • 81