Completed
00:00 - Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Auth and Backend So Simple Even This CSS Dev Gets It - Supabase Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Introduction
- 2 02:00 - Creating the supabase project
- 3 05:00 - Getting your project url + api key
- 4 07:50 - Installing supabase in the project
- 5 09:00 - Initiliazing supabase
- 6 10:50 - Setting up auth with magic links
- 7 32:00 - Detecting when a user is logged in our out
- 8 43:42 - Creating a table
- 9 52:33 - Setting up RLS
- 10 54:10 - Allow logged in users to create themes
- 11 1:06:10 - Get themes from supabase
- 12 1:09:53 - Prevent duplicate themes from being created
- 13 1:15:10 - User facing error messages