-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.1What did I miss?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation