VuNguyen
03/24/2022, 4:31 AMjs
supabase
.from(`kaguya_rooms:id=eq.${query.id}`)
.on("UPDATE", (payload) => {
console.log("Change received!", payload);
})
.subscribe();
Is there anyway to join table on the fly with realtime?Needle
03/24/2022, 4:31 AM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
03/24/2022, 1:26 PMNeedle
03/24/2022, 1:26 PMVuNguyen
03/24/2022, 2:41 PMNeedle
03/24/2022, 2:41 PM