How to hide java console when running "firebase emulators:start"?

122 Views Asked by At

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?

1

There are 1 best solutions below

1
Chris On

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