1

After I run the command firebase emulators:start, the java console pops up: enter image description here

How can I run the firebase emulators without showing the console?
Is there a way to run the console in hidden mode?

yuval
  • 2,848
  • 4
  • 31
  • 51

1 Answers1

0

There's an open bug here, right now there's no flag provided by Firebase to avoid the popup:

https://github.com/firebase/firebase-tools/issues/3506

Chris
  • 846
  • 6
  • 16