Skip to content

Supabase migration initial setting#3

Open
ansmeer008 wants to merge 4 commits into
developfrom
feature/set-supabase-and-domain-types
Open

Supabase migration initial setting#3
ansmeer008 wants to merge 4 commits into
developfrom
feature/set-supabase-and-domain-types

Conversation

@ansmeer008

@ansmeer008 ansmeer008 commented Jun 21, 2026

Copy link
Copy Markdown
Owner
  • supabase initial setting
  • remove all api route structure & bring server actions structure (using core feature of Next.js 15/16)
    • Migrate src/apis/ layer to src/actions/ with "use server"
    • Remove src/app/api/ routes and Axios apiClient interceptors
  • auth system (login, signup) & link user profile
    • Setup Supabase Auth Email/Social provider
    • Create PostgreSQL Trigger for auto-syncing auth.users to public.profiles
  • Migrate Core Domain Features (Firebase ➡️ Supabase)
  • Profile(내 정보): Fetching user profile & subscription data
  • Works (작품): Fetching lists & categories via Server Actions
  • Commentaries (코멘터리): Fetching feed, filtering, and inserting commentary data
  • Subscriptions/Tags (구독 및 태그): Relational query data fetching mappings
  • Type Safety & Optimization Check
    • Ensure all Server Actions strictly use generated Database types
    • Verify RLS (Row Level Security) policies are active for all data fetching

@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commenta Ready Ready Preview, Comment Jun 28, 2026 11:12am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant