Best Practices for Client accessing Supabase via a server

Hey everyone, I'm new to supabase but planning to use it for a iOS/MacOS journaling app. I know it's best practice to have clients access Supabase via a routing server / VM to better support old client versions and make backend changes with minimal app updates. That said, does this make it much harder to implement any of the nice realtime features with supabase? I think some of our users will want to edit on phone and desktop with low latency updates across devices
Was this page helpful?