supabase-community / supabase-go

A Go Client library for Supabase
MIT License
226 stars 19 forks source link

Integrating realtime-go client #19

Closed joaopedroalbq closed 4 months ago

joaopedroalbq commented 4 months ago

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.