mgmtProxyBaseUrl property

String get mgmtProxyBaseUrl

Base URL for the mgmt-proxy Edge Function on the platform Supabase. Used as SupabaseProvisioner(baseUrl: ...) on web to work around the missing CORS headers on api.supabase.com.

Implementation

static String get mgmtProxyBaseUrl =>
    _compileTimeUrl.isEmpty ? '' : '$_compileTimeUrl/functions/v1/mgmt-proxy';