Mike Diarmid

Results 130 comments of Mike Diarmid

Do we want this if it's only `2.15` and above? That's only the very latest Flutter for example - so the lint issues would start to appear for anyone on...

This is technically possible already with using the CLI flags, e.g.: ```bash flutterfire config \ --project=mycoolproject-dev \ --out=lib/firebase_options_dev.dart \ --ios-bundle-id=com.codewithandrea.flutterfire-flavors.dev \ --macos-bundle-id=com.codewithandrea.flutterfire-flavors.dev \ --android-app-id=com.codewithandrea.flutterfire-flavors.dev ``` So the options are already...

I'm going to close this now since I think this is essentially covered now with the above flags and along with the recent addition of the `--yes` flag (to skip...

Unfortunately these `firebase_app_id_file.json` files and .gradle file updates are required for native builds if you want certain plugins (like Analytics, Crashlytics & Performance) to function correctly on Android, iOS &...

> By the way, I just tried to add the `--no-apply-gradle-plugin` flag, as described in the CLI documentation, but I got an error: `Could not find an option named "no-apply-gradle-plugin"`...

Have seen this as well locally - will need to swap out the library we use for prompts since this is an issue with that. Will take a look, thanks...

> @Salakar you assigned this to yourself, do you still want to have a look at it? I did sorry, but my time has been 💩 if you'd like to...

Could we not keep the RESP 2 & 3 parsers separate files and export each for clients to use, that way logic for RESP2 doesn't need to interfere with RESP3...

The value of `plausibleAnalytics` does not seem to be used?

A note, you can take advantage of node 5 features in electron - if you already do in your prod environment. So you can use the babel 6 preset `babel-preset-es2015-node5`...