firebase/firebase-tools-ui

Connecting to emulated database from htttps

alexpchin opened this issue · 0 comments

I am building a PR preview workflow where the firebase emulators are deployed to CloudRun. I'm using a proxy server to redirect requests to the various emulator ports (as CloudRun is only exposing 8080).

Everything works amazing locally but when it's deployed, it's not connecting to the database? The auth is working and I'm seeing tokens returned etc. However, I can't make a connection to the db.

Any suggestions?

The docs do mention something to do with HTTPS_PROXY variable but I haven't managed to get anything to work?