I’m trying to connect Firebase to my Flutter project.
I’ve installed the Flutterfire CLI, and export PATH="$PATH":"$HOME/.pub-cache/bin"
in my terminal, but when I perform:
flutterfire configure --project=milra-61bdb
it gives me zsh: command not found: flutterfire
.
I’ve restarted VC code as well as my computer, which was a common solution in the other answers to this question.
Any idea what else I can try?