How do I find out what the current version of Firebase Tools is
The flags -V
and --version
outputs the version number for firebase-tools. So to determine the current version, run:
firebase --version
To upgrade Firebase tools to the latest version, run:
npm upgrade firebase-tools -g
Try running :
firebase tools --version