Search code examples
firebasegoogle-cloud-firestorefirebase-tools

Firestore emulator displays 'ok'


When I launch firestore with that command:

firebase emulators:start

I get :

enter image description here There is no mention of firestore GUI, though I have installed the latest firesebase-tools.

When I get to the mentionned url : http://localhost:4040/

It only returns "ok" and I do not have access to the user interface to manipulate data. enter image description here

From Firebase tutorial video from 24th June 2020 I see that it is supposed to write "Gui: emulator GUI started at http://localhost:4000".

enter image description here

What do I do wrong ?


Solution

  • The problem was not related to firestore,

    for some reasons firebase-tool was not updated properly , so I had to manually delete npm global folders and then reinstall firebase-tools.