Skip to content

Commit

Permalink
don't start auth emulator (#7487)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlshen authored Jul 24, 2024
1 parent 4231d76 commit e6e9f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-vscode/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export async function emulatorsStart(
) {
const only =
emulatorUiSelections.mode === "dataconnect"
? `${Emulators.DATACONNECT},${Emulators.AUTH}`
? `${Emulators.DATACONNECT}`
: "";
const commandOptions = await getCommandOptions(undefined, {
...(await firstWhere(
Expand Down

0 comments on commit e6e9f4b

Please sign in to comment.