Open rayliverified opened 1 month ago
this issue can be closed
Still seeing the issue. Is there an updated CLI?
This is a huge problem, especially given the restricted terminal width inside of VSCode; if you're doing a copy/paste, there is a big chance that the user doesn't even notice that their package name has been cut off, thereby rendering the output worthless with no feedback to the user as to what the problem was. Without a close examination of the console output and/or the results in the Firebase Console, this issue is impossible to discover.
@rayliverified The flutterfire_cli
relies on the interact
package for handling console input. A related issue has been documented in the interact
package repository under frencojobs/interact#18.
Is there an existing issue for this?
CLI Version
1.0.0
Firebase Tools version
13.20.2
Flutter Doctor Output
[√] Flutter (Channel beta, 3.26.0-0.1.pre, on Microsoft Windows [Version 10.0.22631.4169], locale en-US) • Flutter version 3.26.0-0.1.pre on channel beta at C:\Users\searc\Development\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision ee624bc4fd (3 weeks ago), 2024-09-10 17:41:06 -0500 • Engine revision 059e4e6d8f • Dart version 3.6.0 (build 3.6.0-216.1.beta) • DevTools version 2.39.0
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0) • Android SDK at C:\Users\searc\AppData\Local\Android\sdk • Platform android-35, build-tools 35.0.0 • Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java • Java version OpenJDK Runtime Environment (build 17.0.10+0--11609105) • All Android licenses accepted.
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.7.5) • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community • Visual Studio Community 2022 version 17.7.34202.233 • Windows 10 SDK version 10.0.22621.0
[√] 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)
[√] VS Code (version 1.93.1) • VS Code at C:\Users\searc\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.96.0
[√] Connected device (2 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.4169] • Edge (web) • edge • web-javascript • Microsoft Edge 129.0.2792.65
[√] Network resources • All expected network resources are available.
Description
flutterfire_cli package name input is limited. Cannot enter full package name.
https://github.com/user-attachments/assets/ebcd85c8-00c3-440e-9ec9-a82eb2515087
https://github.com/user-attachments/assets/e6f01ba6-f6f2-4952-8578-8a4cfc3ddf0e
Steps to reproduce
flutterfire configure
Expected behavior
Package name length should not be limited.
Screenshots
No response
Additional context and comments
No response