I have installed Firebase version 8.6.5 using npm install firebase
. But I wish to downgrade Firebase to version 7.16.1 due to some code compatibility.
Just run:
npm uninstall -g firebase-tools
npm install -g [email protected]
Just run:
npm i -S firebase@^7.16.1
This is the local Firebase package you use in your project and we use -S
to make sure we save it in our package.json
. It is recommended to save all packages you use in your project. i -S
is just a shortcut for install --save
.
For your Firebase Tools you use in the console it would be npm i -g firebase-tools@version-number
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With