Saturday, August 20, 2022

Supabase and Svelte Quickstart Guide

This example provides the steps to build a simple user management app (from scratch!) using Supabase and Svelte. It includes:

  • Supabase Database: a Postgres database for storing your usage data.
  • Supabase Auth: users can sign in with magic links (no passwords, only email).
  • Supabase Storage: users can upload a photo.
  • Row Level Security: data is protected so that individuals can only access their own data.
  • Instant APIs: APIs will be automatically generated when you create your database tables.

By the end of this guide you'll have an app that allows users to log in and update some basic profile details:



from DZone.com Feed https://ift.tt/O3VJXw0

No comments:

Post a Comment