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 1
1
# PowerSync + Supabase Anonymous Auth
2
2
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.
4
4
5
5
# Setup
6
6
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ final List<RegExp> fatalResponseCodes = [
29
29
class SupabaseConnector extends PowerSyncBackendConnector {
30
30
PowerSyncDatabase db;
31
31
32
+ // ignore: unused_field
32
33
Future <void >? _refreshFuture;
33
34
34
35
SupabaseConnector (this .db);
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ packages:
413
413
path: "../../packages/powersync_attachments_helper"
414
414
relative: true
415
415
source: path
416
- version: "0.1.1 "
416
+ version: "0.1.3 "
417
417
realtime_client:
418
418
dependency: transitive
419
419
description:
Original file line number Diff line number Diff line change 1
- # PowerSync + Supabase Anonymous Auth
1
+ # PowerSync + Supabase Edge Function Auth
2
2
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.
4
4
5
5
# Setup
6
6
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ final List<RegExp> fatalResponseCodes = [
28
28
class SupabaseConnector extends PowerSyncBackendConnector {
29
29
PowerSyncDatabase db;
30
30
31
+ // ignore: unused_field
31
32
Future <void >? _refreshFuture;
32
33
33
34
SupabaseConnector (this .db);
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ packages:
413
413
path: "../../packages/powersync_attachments_helper"
414
414
relative: true
415
415
source: path
416
- version: "0.1.2 "
416
+ version: "0.1.3 "
417
417
realtime_client:
418
418
dependency: transitive
419
419
description:
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ packages:
413
413
path: "../../packages/powersync_attachments_helper"
414
414
relative: true
415
415
source: path
416
- version: "0.1.2 "
416
+ version: "0.1.3 "
417
417
realtime_client:
418
418
dependency: transitive
419
419
description:
Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+
3
+ - Update README
4
+
1
5
## 0.1.2
2
6
3
7
- 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
2
2
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.
4
4
5
- ## SDK Features
5
+ ## Features
6
6
7
7
* Handles syncing uploads, downloads and deletes between local and remote storage.
8
8
Original file line number Diff line number Diff line change 1
1
name : powersync_attachments_helper
2
2
description : A helper library for handling attachments when using PowerSync.
3
- version : 0.1.2
3
+ version : 0.1.3
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
homepage : https://www.powersync.com/
6
6
environment :
You can’t perform that action at this time.
0 commit comments