firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
261 stars 60 forks source link

Connecting to emulated database from htttps #1036

Open alexpchin opened 3 weeks ago

alexpchin commented 3 weeks ago

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?