react-supabase icon indicating copy to clipboard operation
react-supabase copied to clipboard

Support latest supabase js v2 (and fix useRealtime & useSubscription)

Open tonyxiao opened this issue 2 years ago • 1 comments

useSubscription and useRealtime are completely broken right now because the signature for subscription has changed in v2. See https://supabase.com/docs/reference/javascript/subscribe

tonyxiao avatar Jan 12 '23 00:01 tonyxiao

Adding a note: I believe useSignIn is also broken. Breaking changes: https://supabase.com/blog/supabase-js-v2#new-auth-methods

Danieltech99 avatar Feb 01 '23 19:02 Danieltech99