Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/supabase-edge-function-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ flutter run

# Configure the app

Copy the contents of [lib/app_config_template.dart](./lib/app_config_template.dart) into `lib/app_config.dart`, and alter the values to use the credentials of your new Supabase project.
Insert the credentials of your new Supabase and PowerSync projects into `lib/app_config.dart`
2 changes: 1 addition & 1 deletion demos/supabase-edge-function-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ packages:
path: "../../packages/powersync_attachments_helper"
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
realtime_client:
dependency: transitive
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ bucket_definitions:
# Configure the app
Edit [lib/app_config.dart](./lib/app_config.dart), using the credentials of your new
Supabase and PowerSync projects.
Insert the credentials of your new Supabase and PowerSync projects into `lib/app_config.dart`