Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Phone number authentication not working #414

Open
harshkurra opened this issue Sep 3, 2022 · 2 comments
Open

Firebase Phone number authentication not working #414

harshkurra opened this issue Sep 3, 2022 · 2 comments

Comments

@harshkurra
Copy link

In my application, I have also added the captcha key under project settings->App-check, but still it is not working
image

@RaghavJha1965
Copy link

I am taking look over this issue and will let you know if I get some lead

@RaghavJha1965
Copy link

I investigated the reCAPTCHA issue and found that the error is likely caused by Firebase Authentication not being initialized before the reCAPTCHA verifier is set up. To resolve this, ensure Firebase Auth is properly initialized in the Firebase config file before the RecaptchaVerifier is used in the authentication flow. Additionally, verify that the correct reCAPTCHA site key is being used and that App-Check is correctly configured in the Firebase Console. If Cross-Origin-Opener-Policy errors persist, consider adding the Cross-Origin-Opener-Policy: same-origin header to prevent pop-up blocking issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants