Subscription mechanisms for realtime data often involve websockets. That’s how subscriptions in Graphql usually work, for instance.
Xano is HTTP-only, which means that whenever you poll, you can get the latest data (assuming one turns off caching), but there is not a built-in mechanism to push that data.
Thanks Jared, quick question - when you are using Supabase, does it update in real-time whilst you are in the weweb editor? I have added supabase and enabled real time collections but it still doesn’t load unless I refresh the page.