Hi everyone, i am trying to set up the Google sign...
# support-questions-legacy
c
Hi everyone, i am trying to set up the Google sign-in on flutter. The example (https://supertokens.com/docs/thirdparty/custom-ui/thirdparty-login) only seems to work for mobile and native, but not for web. The
serverAuthCode
as well as the
idToken
are always null on web. So signing in to google works, but I am stuck with how to use that for actually signing in to SuperTokens. How do I do that?
5 Views