Replies: 1 comment 3 replies
-
No idea? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the Firebase Local Emulator for my apps, and one of the pain points I regularly face is having to update the server’s local IP address every time it changes. Since I’m testing the app on real devices, using "localhost" isn’t an option.
It would be really helpful if I could use my local machine’s hostname instead of its IP address, for example, in the
firebase.json
or when setting the emulator connection in Swift code like this:useEmulator(withHost: "mojtaba.local", port: 9099)
Is there any existing support for this, or plans to enable it in the future? Alternatively, would it be possible for me to contribute to the Emulator to help support this feature?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions