You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In my application, I have also added the captcha key under project settings->App-check, but still it is not working
The text was updated successfully, but these errors were encountered: