Skip to content
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

Add App Hosting as an option for firebase init #7803

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

blidd-google
Copy link
Contributor

Today, all firebase init apphosting does is write an apphosting.yaml file with default settings to the app directory.

* Set up an apphosting.yaml file for a new App Hosting project.
*/
export async function doSetup(setup: any, config: Config): Promise<void> {
const path = `apphosting.yaml`;
Copy link
Contributor

Choose a reason for hiding this comment

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

optional: inline?

@blidd-google blidd-google enabled auto-merge (squash) October 8, 2024 15:25
@blidd-google blidd-google merged commit c3de090 into master Oct 8, 2024
40 of 41 checks passed
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