-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Is there an existing issue for this?
- I have searched the existing issues.
CLI Version
1.3.1
Firebase Tools version
15.0.0
Flutter Doctor Output
[√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.26200.7171], locale de-DE)
• Flutter version 3.27.1 on channel stable at D:\Programmierung\flutter\3.22.0\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 (12 months ago), 2024-12-17 03:23:09 +0900
• Engine revision cb4b5fff73
• Dart version 3.6.0
• DevTools version 2.40.2
[√] Windows Version (Installed version of Windows is version 10 or higher)
[!] Android toolchain - develop for Android devices (Android SDK version 36.0.0)
• Android SDK at F:\AndroidSDkStuff
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/to/windows-android-setup for more details.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.14.20)
• Visual Studio at D:\Programmierung\vs
• Visual Studio Community 2022 version 17.14.36705.20
• Windows 10 SDK version 10.0.26100.0
[!] Android Studio (version 2022.3)
• Android Studio at D:\Programmierung\Android\Studio
• 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
X Unable to determine bundled Java version.
• Try updating or re-installing Android Studio.
[√] Android Studio (version 2024.1)
• Android Studio at C:\Program Files\Android\Android Studio
• 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.10+0--11609105)
[√] IntelliJ IDEA Community Edition (version 2025.2)
• IntelliJ at C:\Users\tobia\AppData\Local\Programs\IntelliJ IDEA Community Edition
• 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
[√] VS Code (version 1.106.3)
• VS Code at C:\Users\tobia\AppData\Local\Programs\Microsoft VS Code
• Flutter extension can be installed from:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (4 available)
• sdk gphone16k x86 64 (mobile) • emulator-5554 • android-x64 • Android 16 (API 36) (emulator)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.26200.7171]
• Chrome (web) • chrome • web-javascript • Google Chrome 143.0.7499.109
• Edge (web) • edge • web-javascript • Microsoft Edge 142.0.3595.94
[√] Network resources
• All expected network resources are available.
! Doctor found issues in 2 categories.
Description
i Found 0 Firebase projects.
Failed to fetch your Firebase projects. Fetch failed with this: FormatException: Unexpected character (at character 1)
#
^
✔ Would you like to create a new Firebase project? · yes
✔ Enter a project id for your new Firebase project (e.g. my-cool-project) · peek
⠦ Creating new Firebase project peek...
FormatException: Unexpected character (at character 1)
#
^running firebase projects:list inside the firebase CLI works fine. I reauthenticated multiple times
Steps to reproduce
Click connect flutter app in firebase console and follow instructions
Expected behavior
Connection
Screenshots
No response
Additional context and comments
No response