firebasefirebase-tools

How to uninstall Firebase CLI (firebase-tools)


I installed Firebase CLI (firebase-tools) https://github.com/firebase/firebase-tools by using the following code:

curl -sL firebase.tools | bash

How to uninstall the curl installation?


Solution

  • 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