rsnext/examples/with-supabase-auth-realtime-db
JTaylor0196 f7baa56792
update example Deploy button URLs (#48842)
### What?
Updates Deploy button URLs for all listed examples here:
https://github.com/vercel/next.js/tree/canary/examples

### Why?
The Deploy URLs are currently broken and result in a failed clone
attempt on Vercel.

### How?
The URLs have been changed from https://vercel.com/new/git/external?… to
-> https://vercel.com/new/clone?…
(Last updated
[here](8eaabe2fb0)
in 2021)
2023-04-26 13:31:44 -04:00
..
lib Rename utils to lib (#29651) 2021-10-05 20:24:19 +00:00
pages Fix syntax error in supabase auth example (#45926) 2023-02-14 19:46:08 -08:00
.env.local.example Update Supabase example. (#21200) 2021-01-19 07:10:56 -06:00
.gitignore Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
package.json examples: Bump SWR to v2.0.0 (#44790) 2023-01-12 09:36:29 -08:00
README.md update example Deploy button URLs (#48842) 2023-04-26 13:31:44 -04:00
style.css Update Supabase example. (#21200) 2021-01-19 07:10:56 -06:00

Supabase Authentication

This example shows how to use Supabase Auth on the client and server in both API Routes and when using server-side rendering (SSR).

Deploy with Vercel

The Vercel deployment will guide you through creating a Supabase account and project. After installation of the Supabase integration, all relevant environment variables will be set up so that the project is usable immediately after deployment 🚀

Deploy with Vercel

Running Locally

  1. cd into this directory
  2. Run npm install to install dependencies
  3. Create a Supabase account and new project
  4. Copy .env.local.example into .env.local and add the project keys
  5. Run npm run dev to start the local development server

Feedback and issues

Please file feedback and issues over on the Supabase GitHub org.

More Supabase examples