PGBouncer and IPv4 Deprecation

I'm only using supabase at the moment with iOS and Kotlin sdks. Do I need to make this change on my end as well?
2 Replies
garyaustin
garyaustin2y ago
If you don't use the direct database ports on your own then no.
rbevans
rbevansOP2y ago
Thanks Gary. Currently my client strings are configured as such, so I should be good?
static let supaBaseClientURL = "https://[myproject].supabase.co"
static let supaBaseStorageURL = "https://[myproject].supabase.co/storage/v1"
static let supaBaseClientURL = "https://[myproject].supabase.co"
static let supaBaseStorageURL = "https://[myproject].supabase.co/storage/v1"

Did you find this page helpful?