From 4a14c1d23c1001c79a5b7afae5e69fc4034bc9a3 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 19 Nov 2024 16:50:12 +0100 Subject: [PATCH] Update README.md --- packages/ra-supabase/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ra-supabase/README.md b/packages/ra-supabase/README.md index bdc58e1..b0f3355 100644 --- a/packages/ra-supabase/README.md +++ b/packages/ra-supabase/README.md @@ -2,8 +2,6 @@ This package integrates [Supabase](https://supabase.io/) with [react-admin](https://marmelab.com/react-admin). It provides a dataProvider, an authProvider, specialized hooks and components to get the most out of Supabase in your react-admin application. -**Tip**: Watch the [video tutorial about react-admin with supabase](https://youtu.be/zV-Ty7VeIvo). - ## Installation ```sh @@ -21,6 +19,8 @@ If you do want to support [the invitations workflow](#invitation-handling) or us ## Usage +**Quick Start**: Watch the [video tutorial about react-admin with supabase](https://youtu.be/zV-Ty7VeIvo). + `ra-supabase` provides an `` component that takes advantage of Supabase's OpenAPI schema to guess the resources and their fields. You can use it as a replacement for react-admin's `` component to bootstrap your admin quickly: ```jsx