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 43b32e9 commit 6c61c9dCopy full SHA for 6c61c9d
src/SupabaseClient.ts
@@ -52,12 +52,12 @@ export default class SupabaseClient<
52
* Supabase Auth allows you to create and manage user sessions for access to data that is secured by access policies.
53
*/
54
auth: SupabaseAuthClient
55
+ realtime: RealtimeClient
56
57
protected realtimeUrl: string
58
protected authUrl: string
59
protected storageUrl: string
60
protected functionsUrl: string
- protected realtime: RealtimeClient
61
protected rest: PostgrestClient<Database, SchemaName>
62
protected storageKey: string
63
protected fetch?: Fetch
0 commit comments