π Quickstart
Connect to Supabase with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Supabase.
Connect Supabase
Go to Connections -> Add Test Connection -> enter your Project URL and secret key. Later, youβll let your users do the same directly from your app.
Call the Supabase API
Make your first request to the Supabase REST API (query a table). Replace the placeholders below: use your secret key, integration ID, and connection ID, and replace Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
<your_table> with your table name (e.g. todos, users).- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your Project URL and secret key, follow the connect guide linked below.
π Supabase Integration Guides
- Connect to Supabase
Find your Project URL and secret key, then enter them in the Connect UI
π§© Pre-built syncs & actions for Supabase
Enable them in your dashboard. Extend and customize to fit your needs.Others
| Function name | Description | Type | Source code |
|---|---|---|---|
auth-users | Sync auth users from Supabase. | Sync | π Github |
storage-buckets | Sync storage buckets from Supabase | Sync | π Github |
storage-objects | Sync storage objects from Supabase. | Sync | π Github |
table-rows | Sync rows from a configured Supabase table. | Sync | π Github |