"Passed nonce and nonce in id_token should either both exist or not." React Native
I am facing this issue when try to sign in user using
signInWithTokenId
(google). Anyone has any idea?
I am using this package to login my user via google and get the idToken
: https://github.com/react-native-google-signin/google-signinGitHub
GitHub - react-native-google-signin/google-signin: Google Sign-in f...
Google Sign-in for your React Native applications. Contribute to react-native-google-signin/google-signin development by creating an account on GitHub.
13 Replies
This is my code:
Hey @alphaboy , did you ened up figuring this out? Faacing the same issue atm
Hey! Did any of you end up making progress on this?
Nah bro, what about you?
THe same issue is open on the RN lib: https://github.com/react-native-google-signin/google-signin/issues/1176#issuecomment-1627698677
GitHub
How do I get the nonce value out of the idToken from GoogleSignin, ...
// using this library for decoding import jwtDecode from 'jwt-decode' const handleLogin = async () => { setLoading(true); try { await GoogleSignin.hasPlayServices(); const u = await Goog...
Hello! Is there a solution I am facing with same issue
+1 bump
+1 Bump
+1
+1 Bump
+1
https://github.com/supabase/gotrue/issues/1205 still very much an open issue I'm afraid
GitHub
[BUG]: Supabase does not work with React Native Google signin · Iss...
Bug report I confirm this is a bug with Supabase, not with my own application. I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug Supabase describes in their docs...
I ended up switching to magic link