invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
164 stars 47 forks source link

[bug]: don't see the projects created by another user when I run the 'flutterfire configure' command even though I am an administrator. #317

Open AlexandreMaillot opened 1 week ago

AlexandreMaillot commented 1 week ago

Is there an existing issue for this?

CLI Version

1.0.0

Firebase Tools version

13.7.0

Flutter Doctor Output

[✓] Flutter (Channel stable, 3.22.1, on macOS 14.5 23F79 darwin-arm64, locale fr-RE) • Flutter version 3.22.1 on channel stable at /Users/alexandremaillot/fvm/versions/stable • Upstream repository https://github.com/flutter/flutter.git • Framework revision a14f74ff3a (4 weeks ago), 2024-05-22 11:08:21 -0500 • Engine revision 55eae6864b • Dart version 3.4.1 • DevTools version 2.34.3

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/alexandremaillot/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15F31d • CocoaPods version 1.15.2

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)

[✓] VS Code (version 1.88.1) • VS Code at /Users/alexandremaillot/Downloads/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (4 available) • iPhone d’Alexandre (mobile) • 00008130-000E5DEA22C0001C • ios • iOS 17.5.1 21F90 • macOS (desktop) • macos • darwin-arm64 • macOS 14.5 23F79 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.5 23F79 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 126.0.6478.62

[✓] Network resources • All expected network resources are available.

• No issues found!

Description

[bug]: don't see the projects created by another user when I run the 'flutterfire configure' command even though I am an administrator.

Steps to reproduce

Run the 'flutterfire configure' command on a project created by another user and make sure you are the owner.

Expected behavior

I am waiting to see the project

Screenshots

No response

Additional context and comments

No response

russellwheatley commented 4 days ago

Hey @AlexandreMaillot - under the hood, we're calling this command:

firebase projects:list

Technically, we're calling:

firebase projects:list --json

but the first command will be easier for you to read. See if the project is listed there, I suspect not.

AlexandreMaillot commented 4 days ago

I’ve already tried, there’s no