request: Configurable firebase.json output directory ("--firebase-out=<PATH>") #277
Open
1 task done
Labels
enhancement
New feature or request
keep open
Needs Attention
OP created or responded to issue and it needs attention.
Is there an existing feature request for this?
Command
flutterfire configure --yes --project=<FIREBASE_PROJECT_ID> --firebase-out=<PATH>
Description
As a developer, I want to be able to dictate where the
firebase.json
generated file is written to.Reasoning
This feature is useful for compatibility with projects with abnormal file structures, multi-environments, or special CI/CD instructions.
Additional context and comments
The other generated outputs have path-supported flags:
Supporting the
firebase.json
location would further future-proof the CLI.The text was updated successfully, but these errors were encountered: