I've just installed Firebase CLI with standalone bin.
I've placed the binary in C:\firebasecli\firebase-tools-instant-win.exe and added the directory to my PATH.
I can now access firebase cli through my terminal and firebase-tools-instant-win.
Everything works fine, I was able to login and to list my projects.
But when I do a flutterfire configure here is what I got :
> flutterfire configure
i Found 0 Firebase projects. Selecting project project-name-4e1f6.
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase --version
ERROR: The FlutterFire CLI currently requires the official Firebase CLI to also be installed, see https://firebase.google.com/docs/cli#install_the_firebase_cli for how to install it.
> firebase --version
10.0.1
>
I did go through flutterfire cli souce code and I've seen that it's just trying to do a firebase --version which is working on my side :
> firebase --version
10.0.1
What did I miss?
I've just installed Firebase CLI with standalone bin.
I've placed the binary in
C:\firebasecli\firebase-tools-instant-win.exeand added the directory to my PATH.I can now access firebase cli through my terminal and
firebase-tools-instant-win.Everything works fine, I was able to login and to list my projects.
But when I do a
flutterfire configurehere is what I got :I did go through flutterfire cli souce code and I've seen that it's just trying to do a
firebase --versionwhich is working on my side :> firebase --version 10.0.1What did I miss?