mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
18 lines
768 B
Markdown
18 lines
768 B
Markdown
# Supabase
|
|
|
|
You can use these credentials to authenticate the following nodes with Supabase.
|
|
- [Supabase](/integrations/nodes/n8n-nodes-base.supabase/)
|
|
|
|
## Prerequisites
|
|
|
|
Create a [Supabase](https://supabase.com/) account.
|
|
|
|
## Using Access Token
|
|
|
|
1. In the [Supabase UI](https://app.supabase.io/), navigate to the project you would like to connect to.
|
|
2. Navigate to Settings page (through the gears button in the left sidebar).
|
|
3. Under *Project settings*, click on **API**.
|
|
4. Copy the value from the Supabase `URL` field into the `Host` field of your Supabase credentials in n8n.
|
|
5. Copy the value from the Supabase `service_role secret` field into the `Service Role Secret` field of your Supabase credentials in n8n.
|
|
6. Click `Save` on the n8n credentials screen.
|