How to use supabase-js next?
The most recent Realtime blog post says to use the newest release of supabase-js, but it is unclear how to do that.
- Is it as simple as running something like
yarn add @supabase/supabase-js@next? - How do I know if I am on the correct release (there is no version number in the package.json??)
- Will the reference docs be updated to include Broadcast information? (https://supabase.com/docs/reference/javascript/next/subscribe)
Parameters