You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: