Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set host and port for Firestore Emulator #506

Closed
vymarkov opened this issue Feb 18, 2021 · 1 comment
Closed

How to set host and port for Firestore Emulator #506

vymarkov opened this issue Feb 18, 2021 · 1 comment

Comments

@vymarkov
Copy link

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?

image

@yuchenshi
Copy link
Member

Duplicate of #340.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants