Completed
- Course introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Supabase - Full Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - Course introduction
- 2 - Introduction to Persistence
- 3 - Supabase project setup
- 4 - Query the database using supabase-js
- 5 - Query with aggregate function
- 6 - Storing the data in state
- 7 - Format data for chart
- 8 - Realtime subscription
- 9 - New deal form
- 10 - Insert new data
- 11 - Section 1 Recap
- 12 - Introduction to Auth
- 13 - Router setup
- 14 - Context API
- 15 - 1:18:38 Auth Session state - part 1
- 16 - 1:29:26 Auth Session state - part 2
- 17 - JSON Web Tokens anon
- 18 - JWTs authenticated
- 19 - Add user to Auth.Users
- 20 - 1:47:58 Sign in component - part 1
- 21 - 1:53:39 Sign in component - part 2
- 22 - 2:00:57 Sign in auth function - part 1
- 23 - 2:08:54 Sign in auth function - part 2
- 24 - Navigate & Link
- 25 - Sign out
- 26 - Navigate after sign out
- 27 - Row Level Security
- 28 - RLS: Authenticated users only
- 29 - Home redirect
- 30 - Protected Route
- 31 - Sign up
- 32 - 3:08:34 Database refactor - part 1
- 33 - 3:16:18 Database refactor - part 2
- 34 - User profiles table
- 35 - Sign up expansion
- 36 - Trigger
- 37 - 3:46:41 Refactor deals table - part 1
- 38 - 3:51:12 Refactor deals table - part 2
- 39 - 3:59:18 Refactor deals table - part 3
- 40 - 4:02:31 Fetch all profiles - part 1
- 41 - 4:08:19 Fetch all profiles - part 2
- 42 - 4:13:41 Update new deal form - part 1
- 43 - 4:24:49 Update new deal form - part 2
- 44 - 4:31:25 Update fetchMetrics - part 1
- 45 - 4:36:33 Update fetchMetrics - part 2
- 46 - Account type in Header
- 47 - Section 2 Recap