Akash Sant

Results 10 comments of Akash Sant

@jdorweiler This also popped up on my page. I decided to look a bit into where it was coming from. This is what I found out, let me know if...

Hi Edwin! Could you try changing the `containerStyle` It seems like you're providing the correct props for everything else. See if the ReCaptcha appears with its default styles? Let me...

Hey! I just realized and I should've probably documented this better. The normal `reCaptcha` is meant to use for firebase projects only since firebase doesn't yet support reCaptcha v3. So...

@ribuluo000 ``` ```

@ozturkilgim @naveedshahji Here's the function I use to capture the response token: ``` captureResponseToken (responseToken) { this.submissionToken = responseToken; } ``` Also it might help binding that function to the...

@naveedshahji Here's what I have in my render block: ``` render() { } ```

> @ozturkilgim have you solved the problem ? i faced the same issue. But i used recaptcha v2 ( images challenge ) with firebase.auth.RecaptchaVerifier and worked fine when signInWithPhoneNumber.is it...

Hello! `siteKey` is supposed to be the key available on your google admin console. Could you try setting the `url` prop to the domain (also the one you're being redirected...

Hello! Could one of you ( @polpenaloza , @Losapioj ) please post a screenshot or an example of how you're using the ReCaptcha component? I'm having trouble reproducing this. Thanks,

@lapwil > Hello! > > Same issue is happening to me > > ``` > url={Config.API_URL} > siteKey={Config.RECAPTCHA_SITE_KEY} > action="verify" > /> > ``` > this is how I use...