3
Realtime channel initial value on channel creation
Source: supabase/supabase#20456 · opened by @dsl400
t would be advantageous to dispatch an initial data packet to the client upon the creation of a new real-time channel.
At present, to access a real-time data stream, one must initially fetch certain information using the REST API, followed by establishing a real-time channel to receive ongoing updates.
By transmitting the initial value of the selected data through the real-time channel, we can position Supabase as a viable alternative to Firebase.
At present, to access a real-time data stream, one must initially fetch certain information using the REST API, followed by establishing a real-time channel to receive ongoing updates.
By transmitting the initial value of the selected data through the real-time channel, we can position Supabase as a viable alternative to Firebase.
No pledges yet. Be the first to back this.
Comments
Similar requests
Make Changes to the DB through a Realtime extension
2 votes · 0 comments
Realtime Channel Authentication
18 votes · 0 comments
Realtime Client can subscribe multiple times to same channel
5 votes · 0 comments
Insert initial Auth-user with Supabase account email during the project creation. (optional)
1 vote · 0 comments
Why do I need to do manual refresh of the realtime token?
1 vote · 0 comments
No comments yet.