Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Refactor with-supabase example to use ssr package #57100

Merged

Conversation

dijonmusters
Copy link
Contributor

What?

[1] Refactors with-supabase example to use new @supabase/ssr package
[2] Makes landing page dynamic steps to connect Next.js to Supabase
[3] Fixes a range of small bugs

Why?

[1] Simplifies creating a Supabase client
[2] People were not understanding how to connect this template to Supabase
[3] People don't like bugs

How?

[1] Declares a separate createClient function for client and server. Client version is used in Client Components, server version is used every where else - Server Components, Route Handlers, Server Actions, Middleware
[2] Makes landing page a dynamic list of next steps to guide the user to success
[3] Writing code to squash the bugs!

@dijonmusters dijonmusters requested review from manovotny and molebox and removed request for a team October 20, 2023 04:42
@ijjk ijjk added the examples Issue/PR related to examples label Oct 20, 2023
@ijjk
Copy link
Member

ijjk commented Oct 20, 2023

Allow CI Workflow Run

  • approve CI run for commit: fb7d0b1

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@dijonmusters dijonmusters force-pushed the chore/refactor-supabase-example-to-ssr branch from 78698d4 to 7742ada Compare October 20, 2023 04:43
leerob
leerob previously approved these changes Oct 23, 2023
@kodiakhq kodiakhq bot merged commit d0e92b1 into vercel:canary Oct 23, 2023
54 checks passed
@github-actions github-actions bot added the locked label Nov 7, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants