skip to Main Content

Firebase otp recaptcha error: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting')

I am using firebase to generate otp and i am getting an error about appVerificationDisabledForTesting being undefined. recaptcha_verifier.ts:114 Uncaught TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') at new RecaptchaVerifier (recaptcha_verifier.ts:114:1) at generateRecaptcha (Home.js:123:1) at handleSend (Home.js:139:1) here is the…

VIEW QUESTION
Back To Top
Search