invertase / flutterfire_cli

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

feat: automatically add debug symbols script by detecting crashlytics dependency #166

Closed russellwheatley closed 1 year ago

russellwheatley commented 1 year ago

Description

See title.

Type of Change

lucasdidur commented 1 year ago

@russellwheatley

Trying to execute the configure command, i'm getting this error: My project it's only ios and android.

Your GoogleService-Info.plist already exists, skipping write... 

Unhandled exception:
type 'Null' is not a subtype of type 'Object' of 'value'
#0      _LinkedHashMapMixin.[]= (dart:collection-patch/compact_hash.dart)
#1      FirebaseConfigurationFile._updateFirebaseJsonFile (package:flutterfire_cli/src/firebase/firebase_configuration_file.dart:120:22)
<asynchronous suspension>
#2      FirebaseConfigurationFile.write (package:flutterfire_cli/src/firebase/firebase_configuration_file.dart:95:5)
<asynchronous suspension>
#3      ConfigCommand.run (package:flutterfire_cli/src/commands/config.dart:665:5)
<asynchronous suspension>
#4      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#5      main (file:///Users/lucas.didur/Documents/GitHub/flutterfire_cli/packages/flutterfire_cli/bin/flutterfire.dart:63:5)
<asynchronous suspension>

I think this commit 474a67515c1beef10201a06dc3a2cf33f378d24f needs to check if there is a web app.

russellwheatley commented 1 year ago

Hey @lucasdidur, do you mind creating an issue and the command you ran to reproduce so we can track it? Thanks.