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 9cbdf9e commit 2151606Copy full SHA for 2151606
connectors/supabase/src/commonMain/kotlin/com/powersync/connector/supabase/SupabaseConnector.kt
@@ -164,7 +164,6 @@ public class SupabaseConnector(
164
165
check(session.user != null) { "No user data" }
166
167
- // userId is for debugging purposes only
168
PowerSyncCredentials(
169
endpoint = powerSyncEndpoint,
170
token = session.accessToken, // Use the access token to authenticate against PowerSync
0 commit comments