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

Fixes a bug where extensions emulator was not appearing in the registry #5242

Merged
merged 2 commits into from Nov 15, 2022

Conversation

joehan
Copy link
Contributor

@joehan joehan commented Nov 15, 2022

Description

Fixes a bug where extensions emulator was not appearing in the registry.
#5079 subtly changed the configs/ endpoint to use EmulatorInfo.name instead of emulator (https://github.com/firebase/firebase-tools/pull/5079/files#diff-07ee97578863300681bbd61b6886c20684286a13f3c6c6404176f48f66b22f36). ExtensionsEmulator.getInfo() was returning the info of the functions emulator, which meant that the extensions emulator would no longer be listed. This PR fixes getInfo to return the correct name

Scenarios Tested

Extensions emulator tab is now active when extensions are running:
Screen Shot 2022-11-15 at 9 37 17 AM
Instance info pages work too:
Screen Shot 2022-11-15 at 9 38 37 AM

@joehan joehan merged commit d6871aa into master Nov 15, 2022
@joehan joehan deleted the jh-fix-extensions-emulator branch December 7, 2022 18:10
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 this pull request may close these issues.

None yet

2 participants