Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto authored Nov 19, 2024
1 parent ef0a18e commit 4a14c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ra-supabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 `<AdminGuesser>` 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 `<Admin>` component to bootstrap your admin quickly:

```jsx
Expand Down

0 comments on commit 4a14c1d

Please sign in to comment.