stibbs
08/09/2021, 3:33 AMsilentworks
08/09/2021, 9:23 AMauth
schema should not be accessible by your app, you should add a table to the public
schema and add additional data there.YelloJello
08/09/2021, 10:03 AMKosh
08/09/2021, 11:32 AMYelloJello
08/09/2021, 11:47 AMDarkwebplayer
08/09/2021, 11:57 AMDarkwebplayer
08/09/2021, 12:15 PMcarlomigueldy.eth
08/09/2021, 1:01 PM! Class self.PythonAddict = True
08/09/2021, 2:11 PMYelloJello
08/09/2021, 2:50 PMKosh
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 🙂YelloJello
08/09/2021, 3:27 PMDeleted User
08/09/2021, 5:46 PMtettvy
08/09/2021, 6:05 PM.
in the email is tripping up the query. Any ideas on how to avoid/escape this?Dots
08/09/2021, 6:09 PMDots
08/09/2021, 6:11 PMhieu
08/09/2021, 10:52 PMuser
08/10/2021, 3:19 AMVolkan
08/10/2021, 3:54 AMVolkan
08/10/2021, 3:54 AMuser
08/10/2021, 3:55 AMVolkan
08/10/2021, 5:28 AMr"0xX4H"
08/10/2021, 5:56 AMuser
08/10/2021, 6:09 AMharshcut
08/10/2021, 6:17 AMundefined
set as EMPTY
in supabase table?harshcut
08/10/2021, 6:18 AMts
const { data, error } = await supabase
.from<definitions['profile']>('profile')
.update({ full_name: name || (null as never) })
.match({ email: user.email });
harshcut
08/10/2021, 6:18 AMNULL
.Xyo
08/10/2021, 6:58 AMXyo
08/10/2021, 6:58 AMXyo
08/10/2021, 6:59 AM