i am windows user and trying to update firebase version using npm install -g firebase-tools but when i run firebase --version it shows the sam
Try the 2 steps bellow 1. yarn/npm cache clean 2. npm install -g firebase firebase-tools or yarn add -g firebase firebase-tools in a new terminal, firebse --version works for me