🚀 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