Klim Sukhikh

Results 2 comments of Klim Sukhikh

this could help you to move forward with captcha response: ///////////////////////////////////////////////////////////////// const verifier = 'RESPONSE_FROM_CAPTCHA' const captchaVerifier = { type: 'recaptcha', verify: () => Promise.resolve(this.state.verifier) } try { const confirmationResult...

@tkmin thank you, good sir! You helped a lot