Mobile | Fri Apr 21 2023
Sign In with Google
Welcome! 🎉
In this video we learn how to implement the Sign In with Google flow using Expo.
Sign In With Google helps you to quickly and easily manage user authentication and sign-in to your website. Users sign into a Google Account, provide their consent, and securely share their profile information with your platform.
Dependencies
npx expo install expo-auth-sessions
npx expo install expo-web-browser
npx expo install expo-random
npx expo install @react-native-async-storage/async-storage //optional to save the user info locally
If you want to run this project on Web install this deps:
npx expo install react-native-web
npx expo install react-dom
npx expo install @expo/webpack-config
Links
Go back to Projects