How to Securely Access User Data with Supabase Edge Functions
Prerequisites
Assuming you have your local Supabase CLI setup and linked to your remote project.
Make sure Supabase is running with:
supabase start
Creating a New Edge Function
Run this to create a new edge function named 'admin-list-all-users':
sup...
thingengineer.hashnode.dev3 min read