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: remove appended string to firebase tools response which cause foโ€ฆ #264

Closed stMerlHin closed 2 months ago

stMerlHin commented 3 months ago

Description

This PR contains changes which remove }{ "status": "error", "error": "Timed out." } from response returned by the firebase tools. It is appended to the response and causes the CLI to throw format exception.

Type of Change

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

russellwheatley commented 2 months ago

@stMerlHin - thank you for the PR and raising the issue, I have opened another one which tests the update: https://github.com/invertase/flutterfire_cli/pull/288

Hope you don't mind ๐Ÿ˜„