n8n-docs/docs/integrations/credentials/supabase.md
2022-04-13 09:56:05 +01:00

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.