bathman
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 arrives