Hello 👋 , is it possible to select inner fileds f...
# off-topic
b
Hello 👋 , is it possible to select inner fileds from supabase relatime DB updates?
g
No, realtime returns only the row(s) from the table being monitored.
b
Ooh ok, thank you 🙂, do you have a suggestion for solving it?
g
You basically get the realtime update and use that to make a database call with your join to get all the data.
b
👍