Skip to content

flutterfire CLI doesn't seem to find my firebase install #19

@jeremyhalin

Description

@jeremyhalin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions