[bug]: Flutterfire CLI ignores provided platforms #333
Labels
bug
Something isn't working
keep open
Needs Attention
OP created or responded to issue and it needs attention.
triage
Is there an existing issue for this?
CLI Version
1.0.0
Firebase Tools version
13.15.0
Flutter Doctor Output
Description
flutterfire configure --yes --project=#{build_configuration['PROJECT_ID']} --ios-bundle-id=com.my.app --platforms=ios --token="REMOVED"
Steps to reproduce
Expected behavior
If I pass only ios platform I expect only config for iOS to be queries and command succeeds(creates/updates config)
Screenshots
No response
Additional context and comments
Im building fastlane lane for deploying only iOS apps. I don't even have android app created on firebase project. However flutterfire asks me to provide bundleID for every platform. I expected that passing --platforms flag to limit config only to provided values
The text was updated successfully, but these errors were encountered: