Closed thipokch closed 2 years ago
It seems that when I pipe the command with | bash
that's causing the issue.
Recent update to dart_console 1.1.0
(deps for interact
) is causing the spinner and cursor issue. It seems to be working fine again after overriding in pubspec.yaml with the lines below and use a dev dependencies to run.
dev_dependencies:
...
flutterfire_cli: ^0.2.4
dependency_overrides:
dart_console: 1.0.0
flutter pub run flutterfire_cli:flutterfire configure ...
I have yet to file an issue with dart_console
's repo
@timsneath is there anything you can help with?
I'll take a look. Thanks for flagging!
I think I've fixed this in 1.1.2. Could you take a look and see if this solves your issue?
@timsneath awesome, thank you! All works for me now
It's working for me too!
Is there an existing issue for this?
CLI Version
0.2.4
Firebase Tools version
11.2.2
Flutter Doctor Output
Description
Steps to reproduce
FIREBASE_TOKEN
environment variable on CI machineExpected behavior
Normally I would expect the following
Screenshots
No response
Additional context and comments
This was working 2-3 days ago. I'm not sure if it has to do with the recent updates with( firebase-tools, flutterfire_cli, Melos ) or recent firebase disruptions