Google Sign In - React Native
Oct 13, 2023
• 1 min read
New Features Google 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 address Works great as the signer (personal wallet) to use Smart Wallets (ERC4337) with Non-custodial <ThirdwebProvider
clientId={'your-client-id'}
supportedWallets={[embeddedWallet({
oauthOptions: {
providers: ["google"],
redirectUrl: "your.app.scheme://",
},
})]}>
<App />
</ThirdwebProvider>
How to Update Update 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 .