Google Sign In - React Native Mike Shin 13 Oct 2023 • 1 min read Share New FeaturesGoogle Sign-In support: Added support for Google Sign-In in our EmbeddedWallet. Users can sign in with a single tap.Login with the same email across platforms (web, react native, unity), you get the same wallet addressWorks great as the signer (personal wallet) to use Smart Wallets (ERC4337) withNon-custodial<ThirdwebProvider clientId={'your-client-id'} supportedWallets={[embeddedWallet({ oauthOptions: { providers: ["google"], redirectUrl: "your.app.scheme://", }, })]}> <App /> </ThirdwebProvider>How to UpdateUpdate the @thirdweb-dev/react-native package to @thirdweb-dev/react-native@nightly and make sure to add the new package dependencies. For full setup notes, please visit our documentation.