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

Can other computer link to the emulator ui? #537

Closed
hearther opened this issue Mar 31, 2021 · 1 comment
Closed

Can other computer link to the emulator ui? #537

hearther opened this issue Mar 31, 2021 · 1 comment

Comments

@hearther
Copy link

Firebase CLI version 9.2.2

I had setup a firebase emulator on mac-mini with following firebase.json

{ "database": { "rules": "database.rules.json" }, "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] }, "emulators": { "auth": { "port": 9099, "host": "0.0.0.0" }, "functions": { "port": 5001, "host": "0.0.0.0" }, "database": { "port": 9000, "host": "0.0.0.0" }, "hosting": { "port": 5000, "host": "0.0.0.0" }, "ui": { "enabled": true, "host": "0.0.0.0", "bindhost":"mac-mini.local" } } }

Other devices (iOS, android) work fine with functions.
But when I check the RTDB with safari on other mbp.
It failed on tried to connect RTDB and web socket on 127.0.0.1 .

Firebase_Emulator_Suite

@yuchenshi
Copy link
Member

Duplicate of #340.

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