Client/API Version Mismatch

Hi everyone,

Just started looking into Supabase (and I'd like to preface that I'm very new to backend systems generally so I might be going down the wrong path), but how do I manage version mismatches between a client (e.g. desktop app) and the server (e.g. Supabase PostgREST).

That is to say, if my client app is running version 1, and it tries to call on an edge function that I removed or changed the signature of in version 2, how do I manage that?

Thanks in advance!
Was this page helpful?