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

Emulator Hub not running without default project #3020

Closed
grundid opened this issue Jan 12, 2021 · 1 comment · Fixed by #3021
Closed

Emulator Hub not running without default project #3020

grundid opened this issue Jan 12, 2021 · 1 comment · Fixed by #3021
Assignees

Comments

@grundid
Copy link

grundid commented Jan 12, 2021

[REQUIRED] Environment info

firebase-tools: 9.1.2

Platform: macOS

[REQUIRED] Test case

see steps to reproduce

[REQUIRED] Steps to reproduce

firebase init
-> Select "Emulators: Set up local emulators for Firebase features"
-> Select "Don't set up a default project"
-> Select "Firestore Emulator"
Would you like to enable the Emulator UI? (Y/n)
-> Select Y

now launch emulator with
firebase emulators:start

[REQUIRED] Expected behavior

One would expect that the Emulator UI would start without a default project or at least give a warning or error why the emulator UI has not started.

[REQUIRED] Actual behavior

You only see a message "Emulator Hub not running".

All emulators ready! It is now safe to connect your app.

┌───────────┬────────────────┐
│ Emulator │ Host:Port │
├───────────┼────────────────┤
│ Firestore │ localhost:8080 │
└───────────┴────────────────┘
Emulator Hub not running.
Other reserved ports:

@samtstern
Copy link
Contributor

Thanks for the feedback! This logging was improved in #3021

This was referenced Mar 9, 2021
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

Successfully merging a pull request may close this issue.

2 participants