flutterfire_cli icon indicating copy to clipboard operation
flutterfire_cli copied to clipboard

request: Automatically create a firebase project if non found with -p flag

Open D-James-GH opened this issue 2 years ago • 0 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues.

Command

flutterfire configure -p new-project-name

Description

It would be great to have the cli create the firebase project if it is not found, possibly in conjunction with a "--create" flag or something.

Reasoning

Currently flutterfire has the ability to create a project using the interactive version. However when using flags only it throws a FirebaseProjectNotFoundException. I would love to be able to automate the creation of new apps including creating the firebase project.

Additional context and comments

No response

D-James-GH avatar Mar 02 '23 16:03 D-James-GH