We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685c99b commit b894538Copy full SHA for b894538
packages/capacitor/src/PowerSyncDatabase.ts
@@ -79,7 +79,8 @@ export class PowerSyncDatabase extends WebPowerSyncDatabase {
79
await connector.uploadData(this);
80
},
81
identifier: this.database.name,
82
- logger: this.logger
+ logger: this.logger,
83
+ subscriptions: options.subscriptions
84
});
85
} else {
86
this.logger.debug(`Using default web sync implementation for web platform`);
0 commit comments