invertase / flutterfire_cli

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

fix: if web not selected as platform, breaking `flutterfire configure` command #184

Closed russellwheatley closed 1 year ago

russellwheatley commented 1 year ago

Description

This PR also updates dependencies which fixes this issue: https://github.com/invertase/flutterfire_cli/issues/181

closes https://github.com/invertase/flutterfire_cli/issues/181

This also fixes the flutterfire configure command when web is not a platform. E.g.

flutterfire configure --yes --project=dewqqqqkeww --platforms=ios,android --ios-build-config=Debug-development --ios-out=ios/config/dev/GoogleService-Info.plist --android-out=android/app/src/dev/google-services.json --overwrite-firebase-options --yes

I thought there was an issue for this but can't seem to find it now, maybe it was a comment somewhere.

Type of Change