Skip to content

[FDC init] Move the default value to actuate #8554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

fredzqm
Copy link
Contributor

@fredzqm fredzqm commented May 13, 2025

Description

Move the default values from askQuestions to actuate.
This way the MCP tool can pass in an empty config and lets the actuate step populates the standard default value.

Scenarios Tested

  • In a Blaze project, create a FDC service in console
  • Downgrade the project,
  • Run firebase init locally, it is still able to finds the right service and pulls it down.
  • firebase deploy requires billing as usually.

Sample Commands

isBillingEnabled: boolean,
): Promise<RequiredInfo> {
if (!setup.projectId || !isBillingEnabled) {
// TODO(b/368609569): Don't gate this behind billing once backend billing fix is rolled out.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got rid of the isBillingEnabled check here because we no longer needs it.

FDC API can be used without billing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants