supabase-swift
supabase-swift copied to clipboard
Realtime/realtime options
What kind of change does this PR introduce?
Exposes public Realtime configuration options.
What is the current behavior?
Realtime configuration options are public, but cannot be configured by the client.
What is the new behavior?
Realtime configuration options can now be set by the client.
Additional context
This is not ready to be merged. Tests need to be updated.