Kosh
08/09/2021, 3:14 PMFuture<bool> hasAccessToken()
and after I updated the library, basically there was no where I could find that it had been changed.
just a tip for the future tho 🙂 especially with supabase 0.1.0 I see it has alot of breaking changes but nowhere in the changelog it mentioned the breaking changes.
[0.1.0]
chore: update supabase to v0.1.0
feat: using hive to persist session by default
this is definitely a bad developer experience and I hope this changes in the future. thanks 🙂hieu
08/09/2021, 10:52 PMFuture<bool> hasAccessToken()
and after I updated the library, basically there was no where I could find that it had been changed.
just a tip for the future tho 🙂 especially with supabase 0.1.0 I see it has alot of breaking changes but nowhere in the changelog it mentioned the breaking changes.
[0.1.0]
chore: update supabase to v0.1.0
feat: using hive to persist session by default
this is definitely a bad developer experience and I hope this changes in the future. thanks 🙂hieu
08/09/2021, 10:53 PMhieu
08/09/2021, 10:54 PMTyler
08/09/2021, 10:55 PMbdlukaa
08/09/2021, 11:01 PMKosh
08/10/2021, 6:14 AMKosh
08/10/2021, 3:10 PMawait
on initializing supabase.. which is a breaking change.
second biggest thing which is by far gonna cause alot of trouble is that, users are logged out now. how can I prevent this? I already released my app migrating them to supabase and i'm using email login, now if I push a new update, everyone will be logged out and this a big chorn factor..
could you please, update the library to have HIVE as an alterantive to older versions or provide us the old localStorage implementation as an option to choose...bdlukaa
08/10/2021, 4:38 PMLocalStorage
and implement your custom local storage solutionbdlukaa
08/10/2021, 4:38 PMbdlukaa
08/10/2021, 4:38 PMbdlukaa
08/10/2021, 4:38 PMKosh
08/10/2021, 4:38 PMKosh
08/10/2021, 4:39 PMbdlukaa
08/10/2021, 4:40 PMKosh
08/10/2021, 4:40 PMKosh
08/10/2021, 4:40 PMbdlukaa
08/10/2021, 4:41 PMbdlukaa
08/10/2021, 4:41 PMKosh
08/10/2021, 4:42 PMKosh
08/10/2021, 4:43 PMKosh
08/10/2021, 4:44 PMbdlukaa
08/10/2021, 4:45 PMKosh
08/10/2021, 4:46 PMbdlukaa
08/10/2021, 4:47 PMsupabasePersistSessionKey
?Kosh
08/10/2021, 4:47 PMKosh
08/10/2021, 4:48 PMbdlukaa
08/10/2021, 4:49 PMbdlukaa
08/10/2021, 4:49 PMbdlukaa
08/10/2021, 4:49 PMbdlukaa
08/10/2021, 4:49 PMbdlukaa
08/10/2021, 4:50 PMbdlukaa
08/10/2021, 4:50 PMKosh
08/10/2021, 4:52 PMbdlukaa
08/10/2021, 4:54 PMLocalStorage
with it, it's not hard at allbdlukaa
08/10/2021, 4:54 PMKosh
08/10/2021, 4:56 PMbdlukaa
08/10/2021, 4:57 PMKosh
08/10/2021, 4:58 PMbdlukaa
08/10/2021, 4:59 PMKosh
08/10/2021, 5:00 PMbdlukaa
08/10/2021, 5:01 PMbdlukaa
08/10/2021, 5:01 PMKosh
08/10/2021, 5:01 PMKosh
08/10/2021, 5:02 PMbdlukaa
08/10/2021, 5:02 PMKosh
08/10/2021, 5:03 PMKosh
08/10/2021, 5:04 PMbdlukaa
08/10/2021, 5:04 PMbdlukaa
08/10/2021, 5:04 PMbdlukaa
08/10/2021, 5:04 PMTyler
08/10/2021, 10:16 PM