How to uninstall Firebase CLI (firebase-tools)

Yanni picture Yanni · Dec 18, 2019 · Viewed 7.5k times · Source

I install Firebase CLI (firebase-tools) https://github.com/firebase/firebase-tools by this code:

curl -sL firebase.tools | bash

How to uninstall it totally?

Answer

douglas.iacovelli picture douglas.iacovelli · Dec 19, 2019

You can type which firebase on the command line and check the location. Then rm <location>

on mac the location is /usr/local/bin/firebase