Changes
GoTrue
- Add
roleparameter toAdminUserUpdateBuilder - Add
FlyOAuthProvider
Realtime
- Add the ability to broadcast messages to a Realtime Channel without being connected to the websocket (via an API endpoint)
val channel = client.realtime.createChannel("id") channel.broadcast("messages", Message("test"))
- Optimize Realtime implementation