Yo! Random question folks Could you expand foreig...
# off-topic
b
Yo! Random question folks Could you expand foreign key relationships on a
.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 arrives