Follow this guide to get Supabase auth and database setup in your Divjoy codebase
Click the ▶︎ icon next to any step to see a detailed walkthrough with screenshots.
Basic Setup
‣
‣
‣
.env file.Authentication
‣
http://localhost:3000). ‣
‣
Database
‣
schema.sql file and click "RUN". This will create your database tables, security policies, and triggers.‣
Congrats! Supabase is all setup in your codebase. If you're already running your dev command you'll want to make sure to stop it (Ctrl + C) and re-run it so that it reads your updated
.env file.FAQ
‣
‣
‣
‣