Can I use Google's recapcha v3 in react native - react-native

I know google recapcha v3 uses browser's fingerprinting, cookies and the logged in google account's reputation in the browser to evaluate and give the score.
If I use recapcha v3 in react native implemented using WebView. It works but considering there is no loggedin google account nor cookies, is the score given by recapcha in this simulated environment reliable?
Can any one please help me here,
Can I use google recaptcha v3 in react native?

Related

What is the best way to implement oauth2 to a react native app using expo's managed workflow?

I have looked all over the internet and there doesn't seem to be any clear way to implement oauth2 to my react native app. Both the Facebook and Google sign in methods found in the expo documentation have been deprecated and these are the 2 main ones I want to use. On top of that, the expo documentation is not very clear on the best way to do this. Does anyone know of an easy and stable way to implement oath2 in a react native app using expo's managed workflow?
To implement google sign-in you can use following package, please follow the instructions carefully under expo section.
react-native-google-signin-npm
And to implement facebook sign-in you can use the following package, again please follow the instructions carefully under expo section.
react-native-fbsdk-next
Or you can use firebase and firebase authentication to implement social signin features from multiple social media platforms.
firebase authentication expo

Firebase Phone Number Auth With No reCAPTCHA

I have a couple questions surrounding Authorization and Firebase and Expo. I am building an app with react native & expo & firebase that requires a login. I set it up to handle the phone verification with a text message to verify and reCAPTCHA to confirm that they are not a "robot".
With that said, I have talked to a number of people who say that reCAPTCHA is not necessary and I have noted that majority of apps that use phone as OAuth don't use reCAPTCHA. So my questions are:
Can I use Firebase Auth without reCAPTCHA without having to eject my app from EXPO?
Is there another way to implement the phone verification without Firebase?
I am using google sign-in as another option, does anyone have strong feelings about oAuth options? I prefer to stay away from social platforms for a number of reasons. But I am curious if anyone has an preference/ opinion on the matter.
Thank you.
I found that there is no real need for recaptcha with mobile apps. Auth with social or email verification works just fine. I removed the recaptch from the app.

Is there any way to get the social account link in React Native?

I am developing an app with React Native and need to get Facebook, Twitter, Instagram account link when the user signups. And I need to send it to the server with API.
How can I get the account links? Should I add any SDK for that?
You can use Firebase auth for your app, refer the following link
https://firebase.google.com/docs/auth

How to do Google Recaptcha for react native mobile app

We have a API for our backend. For the signin end point we have a Google recaptcha v3 field g-captcha-response from client which is required for the API Call. It works perfectly fine for the web app. We are now trying to use the same API endpoint for react native mobile app. In this case how will signin work without the recaptcha ?
I have never seen any mobile apps using recaptcha.
How do I go about this ?
check this package it's a react native wrapper for recaptcha v3
Was able to implement that via react-native-recaptcha-that-works

google assistant with react native

I developed one react native application. now I want to integrate Google Assistant in the app, I will provide one mic button, if the user click on it, the google assistant need to be enabled, and I need response from the google.
I am working in smart home project, I want to integrate google assistant api in React native app, I seen the library support only python. Please suggest me the best way I can embed google assistant in my app.
Have you looked at the dialogflow integration with react native? that could help you do what you want. If you are building a smart home integration I would assume you are already in dialogflow to some extent.
https://github.com/innFactory/react-native-dialogflow