flutterfire_cli
flutterfire_cli copied to clipboard
request: Automatically create a firebase project if non found with -p flag
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