anand
10/18/2021, 6:56 AMmikebarkmin
10/18/2021, 7:14 AMletourpowerscombine
10/18/2021, 8:27 AMprofiles
when users are added. This is after running the User Management Starter script. Any ideas / troubleshoots?letourpowerscombine
10/18/2021, 8:49 AMsilentworks
10/18/2021, 11:16 AMjonmeyers
10/18/2021, 11:34 AMerik_flywheel
10/18/2021, 4:57 PMScott P
10/18/2021, 5:01 PM.single
and .maybeSingle
functions. I believe these set the Accept
header (https://postgrest.org/en/v8.0/api.html#singular-or-plural) - set it to application/vnd.pgrst.object+json
to get a single item.
Note that this will only work if there's only 1 exact match. Perhaps combining it with the limit
parameter (https://postgrest.org/en/v8.0/api.html#limits-and-pagination) would help ensure it'll always return exactly 1 item as an object.erik_flywheel
10/18/2021, 6:17 PMRafa2021
10/18/2021, 9:47 PMsilentworks
10/18/2021, 10:43 PMPsymin
10/19/2021, 1:28 AMPsymin
10/19/2021, 1:29 AMsilentworks
10/19/2021, 1:41 AMboby
10/19/2021, 10:03 AMPuru
10/19/2021, 10:15 AMexternals
property in esbuild
. How can I make it work with esbuild as the bundler?Puru
10/19/2021, 10:19 AMjonhelge
10/19/2021, 10:25 AMJuraj
10/19/2021, 10:27 AMverifyOTP
I get an empty user in response. Has anyone solved it yet?khacvy
10/19/2021, 11:06 AMchipilov
10/19/2021, 11:19 AMchipilov
10/19/2021, 11:22 AMchipilov
10/19/2021, 11:23 AMboby
10/19/2021, 11:28 AMchipilov
10/19/2021, 2:18 PMSayan Nath
10/19/2021, 2:58 PMlet { data, error } = await supabase_connect
.from("Users")
.select("name, username, verified, image_url")
.ilike("name", `%${req.body.name}%`)
.range(req.body.skip, req.body.limit);
Tried .textSearch()
but it didn't worked out what actually I wanted.Gaurav
10/19/2021, 3:35 PMconst doesItWork = supabase
.from(`tab:slug=eq.${slug}`)
.on('*', payload => {
console.log('Change received!', payload)
})
.subscribe()
Gaurav
10/19/2021, 3:35 PMchadyj
10/19/2021, 6:40 PMRate limit exceeded...
errors that block signup. I couldn't find any mention of this in the docs, and couldn't even debug this. Any ideas?silentworks
10/19/2021, 7:22 PM