Sign up with Social
Sign up/sign in with Apple, Discord, Facebook, Farcaster, Github, Google, Telegram, Twitch or Twitter! Similar to email, you can toggle and configure each social provider in the social providers section of the dashboard. Configuration guides for individual social signup options can be found in the social providers section of the docs.Using our UI
Once toggled on, these methods will be available in the Dynamic widget.Using your UI
- React
- React Native
- Javascript
- Swift
- Flutter
You’ll use the
useSocialAccounts
hook available from the sdk-react-core
package.This hook comes with a method called signInWithSocialAccount
that you can utilize:React
Note that when configuring any social provider, you can adjust the
social
prop in the DynamicContextProvider
component to customize the user experience i.e. whether you use a redirect or popup.