Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Package name length limited #341

Open
1 task done
rayliverified opened this issue Oct 3, 2024 · 4 comments
Open
1 task done

[bug]: Package name length limited #341

rayliverified opened this issue Oct 3, 2024 · 4 comments
Labels
bug Something isn't working Needs Attention OP created or responded to issue and it needs attention. triage

Comments

@rayliverified
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

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.

Screen.Recording.2024-10-02.at.11.44.23.AM.mov
Screen.Recording.2024-10-02.at.11.56.00.AM.mov

Steps to reproduce

  1. Run flutterfire configure
  2. Type a package name that reached the length of the terminal window.

Expected behavior

Package name length should not be limited.

Screenshots

No response

Additional context and comments

No response

@IldySilva
Copy link

this issue can be closed

@github-actions github-actions bot added the Needs Attention OP created or responded to issue and it needs attention. label Oct 11, 2024
@rayliverified
Copy link
Author

Still seeing the issue. Is there an updated CLI?

@csells
Copy link

csells commented Oct 14, 2024

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.

@being-eyram
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs Attention OP created or responded to issue and it needs attention. triage
Projects
None yet
Development

No branches or pull requests

4 participants