This example provides the steps to build a simple user management app (from scratch!) using Supabase and React. It includes: a Postgres database for storing your user data. Users can sign in with magic links (no passwords, only email). Users can upload a photo. Row Level Security so that individuals can only access their own data.

6m read timeFrom supabase.io
Post cover image
Table of contents
Intro #Project set up #Building the App #Bonus: Profile photos #Next steps #
1 Comment

Sort: