Hi! I'm just starting out with Supabase and feel a...
# off-topic
h
Hi! I'm just starting out with Supabase and feel a little bit confused about the current state (or shape) of Realtime "Multiplayer"/Presence. Some parts of the website/documentation sound like it's GA, the Phoenix-based Realtime repository's checklist says it's not. In the documentation I'm seeing the database event subscriptions (which I assume are powered by Phoenix Channels). Is there more to come?
g
There are two major parts to realtime. The database event subscriptions has been out awhile. The multiplayer/presence has been announced and there is some sort of signup program for access when available. https://github.com/supabase/supabase/discussions/5544 https://github.com/supabase/supabase/discussions/6344
h
Ah, I see. Thank you very much!