Skip to content

Commit fe1ca00

Browse files
authored
Change the visibility of the realtime client. (#10)
Set the realtime client public, like auth, storage and database. FIX issue RealtimeClient is private #9.
1 parent c9703d8 commit fe1ca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Supabase/SupabaseClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class SupabaseClient {
4444
}
4545

4646
/// Realtime client for Supabase
47-
private var realtime: RealtimeClient
47+
public var realtime: RealtimeClient
4848

4949
private var defaultHeaders: [String: String]
5050

0 commit comments

Comments
 (0)