diff --git a/integration-guides/flutterflow-+-powersync.mdx b/integration-guides/flutterflow-+-powersync.mdx
index 429e0a4..0d839d9 100644
--- a/integration-guides/flutterflow-+-powersync.mdx
+++ b/integration-guides/flutterflow-+-powersync.mdx
@@ -112,7 +112,7 @@ This guide walks you through building a basic item management app from scratch a
1. Create a new Blank project in FlutterFlow.
2. Under **"App Settings" -> "Integrations"**, enable "Supabase".
- 1. Enter your Supabase "API URL" and public "Anon Key". You can find these under **"Project Settings" -> "API"** in your Supabase dashboard.
+ 1. Enter your Supabase "API URL" and public "Anon Key". You can find these under **"Project Settings" -> "API Keys" -> `anon` `public`** in your Supabase dashboard.
2. Click "Get Schema".
3. Add the [PowerSync Library](https://marketplace.flutterflow.io/item/dm1cuOwYzDv6yQL2QOFb) to your FlutterFlow account.
4. Under **"App Settings" -> "Project Dependencies" -> "FlutterFlow Libraries"** click "Add Library".
diff --git a/integration-guides/supabase-+-powersync.mdx b/integration-guides/supabase-+-powersync.mdx
index 82c1b40..e8ea983 100644
--- a/integration-guides/supabase-+-powersync.mdx
+++ b/integration-guides/supabase-+-powersync.mdx
@@ -234,7 +234,7 @@ SUPABASE_ANON_KEY=foo
-1. In the relevant config file, replace the values for `supabaseUrl` and `supabaseAnonKey` (you can find these under **"Project Settings"** \-> **"API"** in your Supabase dashboard — under the "URL" section, and `anon` `key` under "Project API keys")
+1. In the relevant config file, replace the values for `supabaseUrl` and `supabaseAnonKey` (you can find these under **"Project Settings" -> "API Keys"** in your Supabase dashboard — `anon` `public` under "API keys")
2. For the value of `powersyncUrl`, click the copy icon on your instance to copy its URL:
diff --git a/snippets/supabase-database-connection.mdx b/snippets/supabase-database-connection.mdx
index 881ba33..7f4c31e 100644
--- a/snippets/supabase-database-connection.mdx
+++ b/snippets/supabase-database-connection.mdx
@@ -19,7 +19,7 @@
7. Verify your setup by clicking **Test Connection** and resolve any errors.
8. Click **Next**.
-9. PowerSync will detect the Supabase connection and prompt you to enable Supabase auth. To enable it, copy your JWT Secret from the Supabase Dashboard's API settings and paste it here:
+9. PowerSync will detect the Supabase connection and prompt you to enable Supabase auth. To enable it, copy your JWT Secret from the Supabase Dashboard's API settings (available under **"Configuration" -> "Data API"**) and paste it here:
10. Click **Enable Supabase auth** to finalize your connection settings.