When I used Firebase from the CLI, at the end of the command output I got:
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Update available 13.9.0 → 13.10.2 │
│ To update to the latest version using npm, run │
│ npm install -g firebase-tools │
│ For other CLI management options, visit the CLI documentation (https://firebase.google.com/docs/cli#update-cli) │
│ │
│ │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
I’m quite sure that updating by npm i -g firebase-tools
isn’t the way to go, considering that
paypal-integration-6137092:~/paypal-integration$ which firebase
/google/idx/builtins/bin/firebase
What would be the right way to update it?