Integrates the current Supabase client with realtime-go.
What is the current behavior?
The current Supabase client lacks a connection with the Realtime API.
What is the new behavior?
The realtime client is now available. It is necessary to inform the project reference id in the client options.
Additional context
The realtime-go library does not need the full project URL to create a connection with the Realtime API. Instead, it only requires the project reference id.
What kind of change does this PR introduce?
Integrates the current Supabase client with realtime-go.
What is the current behavior?
The current Supabase client lacks a connection with the Realtime API.
What is the new behavior?
The realtime client is now available. It is necessary to inform the project reference id in the client options.
Additional context
The realtime-go library does not need the full project URL to create a connection with the Realtime API. Instead, it only requires the project reference id.