Answer the question
In order to leave comments, you need to log in
How to make authorization through google and fb on react-native (expo)?
I am making a mobile application with authorization through social networks. networks.
and ran into a problem: when I try to authorize, I get a 400 error: I
use expo:
import * as Google from 'expo-google-app-auth';
const signInWithGoogleAsync = async () => {
const result = await Google.logInAsync({
behavior: "web",
iosClientId: 'MY_CLIENT_ID',
scopes: ['profile', 'email', 'openid'],
});
console.log( result )
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question