Summary
Full Transcript
Get started with Supabase Postgres database and user authentication in your @ExpoDevelopers React Native applications with this quickstart tutorial! - Find the tutorial: https://supabase.com/docs/guides/getting-started/tutorials/with-expo-react-native?utm_source=youtube&utm_medium=social&utm_term=expo-react-native&utm_content=AE7dKIKMJy4 - React Native Authentication blog post: https://supabase.com/blog/react-native-authentication?utm_source=youtube&utm_medium=social&utm_term=expo-react-native&utm_content=AE7dKIKMJy4 - Find the code: https://github.com/supabase/supabase/tree/master/examples/user-management/expo-user-management - Expo docs: https://docs.expo.dev/guides/using-supabase/ Learn about deep linking: https://youtu.be/8TZ6O1C8ujE 🎙️ Presented by Thor Schaeff (@thorwebdev https://go.thor.bio/x) ## Chapters 00:00 Intro 01:15 Supabase project setup 01:58 Create new Expo TypeScript project 03:30 Install required dependencies 04:57 Set up the database schema 08:15 Initialise supabase-js for React Native 09:13 Find the url and anon key 10:13 Create the login component 12:30 Create the account component 13:35 Read data from the database with supabase-js 15:20 Put the components together in the App 16:20 Email signup 18:12 Add a FlashList with all users 25:05 Restrict database reads with RLS
