invertase / flutterfire_cli

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

request: add option to set uploadDebugSymbols #313

Open LinXunFeng opened 3 months ago

LinXunFeng commented 3 months ago

Is there an existing feature request for this?

Command

No response

Description

I wish to add an option to specify uploadDebugSymbols as false.

Reasoning

Because I want to set the Debug Information Format to DWARF with dSYM File under Release, and DWARF under other modes, only upload the symbols under Release to speed up the compilation of our project.

Additional context and comments

No response