mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| permalink | description |
|---|---|
| /credentials/supabase | Learn to configure credentials for the Supabase node in n8n |
Supabase
You can use these credentials to authenticate the following nodes with Supabase.
Prerequisites
Create a Supabase account.
Using Access Token
- In the Supabase UI, navigate to the project you would like to connect to.
- Navigate to Settings page (through the gears button in the left sidebar).
- Under Project settings, click on API.
- Copy the value from the Supabase
URLfield into theHostfield of your Supabase credentials in n8n. - Copy the value from the Supabase
service_role secretfield into theService Role Secretfield of your Supabase credentials in n8n. - Click
Saveon the n8n credentials screen.