Postgres Sql IP Range

Hey, I am trying to connect to a Postgres SQL Db hosted on GCP but need to know some sort of range of IP’s to verify.

I saw a post on here from a while ago saying to ask weweb directly for a range (we are on a paid plan) & wanted to make sure that was still true. I’ve sent an email, dm, and tweet, but have not heard back.

I’m trying to ship an MVP by Monday and would love to avoid having to throw together a server and rest api :slight_smile:

Please let me know if anyone has any experience with this!

you should connect to the sql db from a secure server, not directly from the frontend. products like supabase implement that intermediate layer for you.

1 Like

Ended up making my own server - thanks

1 Like