File tree Expand file tree Collapse file tree 10 files changed +16
-10
lines changed
supabase-edge-function-auth
packages/powersync_attachments_helper Expand file tree Collapse file tree 10 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 11# PowerSync + Supabase Anonymous Auth
22
3- Demo app demonstrating use of anonymous authentication using Supabase wth the PowerSync SDK for Flutter.
3+ Demo app demonstrating use of anonymous authentication using Supabase with the PowerSync SDK for Flutter.
44
55# Setup
66
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ final List<RegExp> fatalResponseCodes = [
2929class SupabaseConnector extends PowerSyncBackendConnector {
3030 PowerSyncDatabase db;
3131
32+ // ignore: unused_field
3233 Future <void >? _refreshFuture;
3334
3435 SupabaseConnector (this .db);
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ packages:
413413 path: "../../packages/powersync_attachments_helper"
414414 relative: true
415415 source: path
416- version: "0.1.1 "
416+ version: "0.1.3 "
417417 realtime_client:
418418 dependency: transitive
419419 description:
Original file line number Diff line number Diff line change 1- # PowerSync + Supabase Anonymous Auth
1+ # PowerSync + Supabase Edge Function Auth
22
3- Demo app demonstrating use of JWT authentication using Supabase wth the PowerSync SDK for Flutter.
3+ Demo app demonstrating use of custom authentication via Supabase edge functions with the PowerSync SDK for Flutter.
44
55# Setup
66
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ final List<RegExp> fatalResponseCodes = [
2828class SupabaseConnector extends PowerSyncBackendConnector {
2929 PowerSyncDatabase db;
3030
31+ // ignore: unused_field
3132 Future <void >? _refreshFuture;
3233
3334 SupabaseConnector (this .db);
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ packages:
413413 path: "../../packages/powersync_attachments_helper"
414414 relative: true
415415 source: path
416- version: "0.1.2 "
416+ version: "0.1.3 "
417417 realtime_client:
418418 dependency: transitive
419419 description:
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ packages:
413413 path: "../../packages/powersync_attachments_helper"
414414 relative: true
415415 source: path
416- version: "0.1.2 "
416+ version: "0.1.3 "
417417 realtime_client:
418418 dependency: transitive
419419 description:
Original file line number Diff line number Diff line change 1+ ## 0.1.3
2+
3+ - Update README
4+
15## 0.1.2
26
37- Update example
Original file line number Diff line number Diff line change 1- # PowerSync Attachments Helper SDK for Dart/Flutter
1+ # PowerSync Attachments Helper for Dart/Flutter
22
3- [ PowerSync Attachments Helper] ( https://powersync.co ) is a service and set of SDKs that keeps files in sync with local and remote storage
3+ [ PowerSync Attachments Helper] ( https://powersync.co ) is a package that assist in keeping files in sync with local and remote storage.
44
5- ## SDK Features
5+ ## Features
66
77* Handles syncing uploads, downloads and deletes between local and remote storage.
88
Original file line number Diff line number Diff line change 11name : powersync_attachments_helper
22description : A helper library for handling attachments when using PowerSync.
3- version : 0.1.2
3+ version : 0.1.3
44repository : https://github.com/powersync-ja/powersync.dart
55homepage : https://www.powersync.com/
66environment :
You can’t perform that action at this time.
0 commit comments