firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Improve App Hosting compute service account flow for source deploys

Open blidd-google opened this issue 5 months ago • 0 comments

In the firebase init apphosting flow, we preemptively enable ensure the App Hosting compute service accounts exists and add the required IAM roles. However, we don't actually need the compute service account for any of the init steps. So instead of failing the init and deploy flows when a service account is still being provisioned, we optimistically proceed with the remaining steps.

blidd-google avatar Jun 25 '25 16:06 blidd-google