flutterfire_cli
flutterfire_cli copied to clipboard
fix: Remove throwing an exception if appId/bundleId is not provided
Description
If a platform's appId/bundleId is not provided, an exception will be thrown inside a CI environment.
There was a partial fix for the mandatory flag by https://github.com/invertase/flutterfire_cli/pull/179 but it's not completely fixed as an exception will still be thrown:

This should fix https://github.com/invertase/flutterfire_cli/issues/233
Type of Change
- [ ] โจ
feat-- New feature (non-breaking change which adds functionality) - [x] ๐ ๏ธ
fix-- Bug fix (non-breaking change which fixes an issue) - [ ] โ
!-- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐งน
refactor-- Code refactor - [ ] โ
ci-- Build configuration change - [ ] ๐
docs-- Documentation - [ ] ๐๏ธ
chore-- Chore
@russellwheatley can you review it ?
@russellwheatley Can you check this PR, please?
Closed in favour of: https://github.com/invertase/flutterfire_cli/pull/276