its insane that even google login cant be solved, this is my code:
`
const redirecting = Linking.createURL()
const makered = makeRedirectUri()
console.log(makered)
const responseData = account.createOAuth2Token(
OAuthProvider.Google,
redirecting
)
const res = await WebBrowser.openAuthSessionAsync(
responseData.toString(),
redirecting.toString()
)
if (res.type === 'success') {
console.log("success")
}
`
its already 2 days, a saw a lot of posts about this, but marked as solved and closed, wtf is solution, nobady say...does anybody solved it???