Join Discord
Powered by
Hello 👋 , is it possible to select inner fileds f...
# off-topic
b
Borisdm
03/08/2022, 2:28 AM
Hello 👋 , is it possible to select inner fileds from supabase relatime DB updates?
g
garyaustin
03/08/2022, 2:32 AM
No, realtime returns only the row(s) from the table being monitored.
b
Borisdm
03/08/2022, 2:34 AM
Ooh ok, thank you 🙂, do you have a suggestion for solving it?
g
garyaustin
03/08/2022, 2:40 AM
You basically get the realtime update and use that to make a database call with your join to get all the data.
b
Borisdm
03/11/2022, 1:14 PM
👍
Previous
Next