Course Information
Course Overview
Connect a Vue 3 & Quasar app to Supabase: with Auth, RLS, Database Functions, Storage, Edge Functions & Local Supabase
In this course, you'll learn how to connect a Quasar 2 app (with Vue 3 & Pinia) to a Supabase backend.
You'll start by downloading and launching the course app, Moneyballs (from my course Vue 3: Create a Mobile & Desktop App (with Quasar 2 & Pinia).
You'll connect Moneyballs to a Supabase Database and add full CRUD capabilities for one user:
Read and display Entries from Supabase
Add Entry
Delete Entry
Update Entry
Reorder Entries
Realtime Updates
You'll then create an Auth page where a user can login & register and setup Supabase Authentication:
Register User
Logout User
Login User
Listen for Auth Changes
Redirect the User on Login & Logout
You'll then add support for Multiple Users and add security to the app:
Navigation Guards
Supabase Row Level Security (RLS) & Policies
Next you'll learn about Database Functions & Triggers, you will:
Create a Database Function which keeps track of the total number of entries created with Moneyballs
Learn how to fire the Database Function straight from Moneyballs
Create a Trigger which fires this Database Function (automatically) every time any user adds a new entry
You'll learn about Supabase Storage, you will:
Create an Avatars Storage Bucket
Allow each user to upload an Avatar
Display the Avatar within Moneyballs
Next you'll learn how to take your entire Supabase instance and run it locally, you'll:
Install Supabase locally
Import all Database Tables & Data from the Live Supabase instance
Learn how to make changes to the Database locally
Learn how to push these changes to the Live instance
You'll then learn about Edge Functions, you will:
Create an Edge Function (locally) which displays a random greeting to the user
Access Auth and the Database in the Edge Function, so that we can display the user's total number of entries in the greeting
Deploy the local Edge Function to the Live Supabase instance
Finally, you'll build the app for production and get it working on 5 platforms:
Web browser
iOS
Android
Mac
Windows
For this course, I recommend:
Having completed my course Vue 3: Create a Mobile & Desktop App (with Quasar 2 & Pinia)
Using a Mac
Having a basic understanding of Vue 3 (Composition API), Quasar, Pinia & JavaScript
Course Content
- 10 section(s)
- 123 lecture(s)
- Section 1 Introduction
- Section 2 Supabase: Introduction & Setup
- Section 3 Display Entries in Realtime
- Section 4 Add, Delete & Update Entries on Supabase
- Section 5 Order & Reorder Entries
- Section 6 Auth Page (Register & Login)
- Section 7 Authentication
- Section 8 Multiple Users
- Section 9 Security: Navigation Guards
- Section 10 Security: Row Level Security & Policies
What You’ll Learn
- How to connect a Quasar 2 app to a Supabase backend
- Add full Realtime CRUD capabilities: Read, Insert, Update, Delete & Realtime
- Add Supabase Authentication so your users can Register, Login & Log out
- Add Security with Navigation Guards & Supabase Row Level Security & Policies
- Add Supabase Storage so your users can upload an avatar (& display it in the app)
- How to run Supabase Locally & How to Push Local Changes to the Live Instance
- How to create Supabase Edge Functions
- How to get the finished app built & working for Web, iOS, Android, Mac & Windows
Skills covered in this course
Reviews
-
FFlorian Hesse
As always, a really good course for Vue. It shows what Vue/Quasar can do with Supabase. Everything is explained very well and clearly.
-
SShakeel Ahamed
I recently took Danny Connell’s course on Vue3 with Supabase, Pinia, and Quasar, and I absolutely loved it. The course is very well-structured, easy to follow, and full of practical examples. Danny explains concepts clearly and makes even complex topics simple to understand. I really appreciate his teaching style and the way he guides you step by step through real-world projects. This course has not only improved my skills but also boosted my confidence in building Vue applications. Highly recommended for anyone who wants to learn Vue with modern tools in a fun and engaging way!
-
TToPe
Great course, thanks Danny!
-
YYannick Coolen
One of the greatest Udemy courses I have experience so far. The video are short and straight to the point.