cbert
02/23/2022, 8:43 AMMiguel2390d
02/23/2022, 5:51 PMMiguel2390d
02/23/2022, 5:51 PMMiguel2390d
02/23/2022, 5:51 PMdebabrata
02/23/2022, 7:50 PM.rangeLt()
filter is supposed to do? 😅debabrata
02/23/2022, 7:51 PMconst { data, error } = await supabase
.from('countries')
.select('name, id, population_range_millions')
.rangeLt('population_range_millions', [150, 250])
debabrata
02/23/2022, 7:53 PMScott P
02/23/2022, 8:19 PMLORD WAREON
02/24/2022, 3:18 AMLORD WAREON
02/24/2022, 3:19 AMuser
02/24/2022, 7:54 AMuser
02/24/2022, 7:55 AMuser
02/24/2022, 7:56 AMsylar815
02/24/2022, 8:05 AMuser
02/24/2022, 8:08 AMuser
02/24/2022, 8:08 AMuser
02/24/2022, 8:17 AMgabydd
02/24/2022, 12:56 PMmagenta
02/24/2022, 1:34 PMMaus
02/24/2022, 2:31 PMDanMossa
02/24/2022, 3:48 PMuser
02/24/2022, 3:50 PMDanMossa
02/24/2022, 3:52 PMDanMossa
02/24/2022, 3:52 PMDanMossa
02/24/2022, 3:52 PMuser
02/24/2022, 4:17 PMDanMossa
02/24/2022, 4:19 PMDanMossa
02/24/2022, 4:20 PMbathman
02/24/2022, 9:05 PM.on().subscribe()
call?
Let's say i'm listening to new inserts on a table called messages
on the messages
table, there's a foreign key to the users
table, which includes their name and photo.
If i'm subscribed to messages
could I automatically have the subscription send me the name and photo for the user? So I don't have to do a second call after the message arrivesgaryaustin
02/24/2022, 9:20 PM