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: failing to parse an existing google-services.json file throws exception #146

Closed josh-burton closed 10 months ago

josh-burton commented 1 year ago

Description

A google-services.json file may exist but may not always be able to be parsed for a number of reasons such as an empty file, or corrupt content.

Rather than throwing an exception and aborting the command, if an exception occurs while trying to extract to parse the existing google-services.json file, we now prompt the user to overwrite the file.

Type of Change

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

russellwheatley commented 10 months ago

Overwrite is standard now ๐Ÿ‘