Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 30346

Invisible recaptcha in Expo SDK 37

$
0
0

const phoneProvider = new firebase.auth.PhoneAuthProvider();            const verificationId = await phoneProvider.verifyPhoneNumber(              phoneNumber,              recaptchaVerifier.current            );            setVerificationId(verificationId);
Can we use without recaptchaVerifier.current

Viewing all articles
Browse latest Browse all 30346

Trending Articles