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
Hi, I'm working on remote environment (in this case it's ec2 instanse). I found out that firebase hub connect to host and port which were configured by firebase.json, but it's private address, and I need to change it public address.
is it possible?
The text was updated successfully, but these errors were encountered:
In short, this isn't supported for now and we're still exploring ways to solve this. We do not recommend making emulators listen on the public internet since they're not secure and anyone can see or modify the data. Instead, you can make the emulators locally on EC2 and then set up a proxy (e.g. ssh -D) to visit the Emulator UI, which also works around this issue.
Hi, I'm working on remote environment (in this case it's ec2 instanse). I found out that firebase hub connect to host and port which were configured by firebase.json, but it's private address, and I need to change it public address.
is it possible?
The text was updated successfully, but these errors were encountered: