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 c9703d8 commit fe1ca00Copy full SHA for fe1ca00
Sources/Supabase/SupabaseClient.swift
@@ -44,7 +44,7 @@ public class SupabaseClient {
44
}
45
46
/// Realtime client for Supabase
47
- private var realtime: RealtimeClient
+ public var realtime: RealtimeClient
48
49
private var defaultHeaders: [String: String]
50
0 commit comments