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
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: