firebase/quickstart-nodejs

database-emulator/javascript-quickstart open-sesame command not working

FeynmanDNA opened this issue · 4 comments

The current README for the javascript-quickstart of the database-emulator is instructing users to initialize with two commands, however the --open-sesame command is not working.
image

Error message in the command line:

firebase --open-sesame emulators
Error: Did not recognize preview feature 

@FeynmanDNA are you running the latest version of the firebase CLI?

@samtstern hi! I checked my firebase version just now it is:

$firebase --version
6.1.1

Good catch! This is a documentation issue, the most recent version of the CLI tool no longer requires --open-sesame. #42 should fix this.

@ryanpbrewster glad to help!