Skip to content

Commit fe09592

Browse files
authoredJun 26, 2025··
Clarify key location in Supabase (#188)
1 parent 19080bf commit fe09592

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎integration-guides/flutterflow-+-powersync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This guide walks you through building a basic item management app from scratch a
112112
113113
1. Create a new Blank project in FlutterFlow.
114114
2. Under **"App Settings" -> "Integrations"**, enable "Supabase".
115-
1. Enter your Supabase "API URL" and public "Anon Key". You can find these under **"Project Settings" -> "API"** in your Supabase dashboard.
115+
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.
116116
2. Click "Get Schema".
117117
3. Add the [PowerSync Library](https://marketplace.flutterflow.io/item/dm1cuOwYzDv6yQL2QOFb) to your FlutterFlow account.
118118
4. Under **"App Settings" -> "Project Dependencies" -> "FlutterFlow Libraries"** click "Add Library".

‎integration-guides/supabase-+-powersync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ SUPABASE_ANON_KEY=foo
234234
</CodeGroup>
235235

236236

237-
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")
237+
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")
238238
2. For the value of `powersyncUrl`, click the copy icon on your instance to copy its URL:
239239

240240
<Frame>

‎snippets/supabase-database-connection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Frame>
2020
7. Verify your setup by clicking **Test Connection** and resolve any errors.
2121
8. Click **Next**.
22-
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:
22+
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:
2323
<img src="/images/installation/overview-supabase-auth.png" width="60%" />
2424
10. Click **Enable Supabase auth** to finalize your connection settings.
2525

0 commit comments

Comments
 (0)
Please sign in to comment.