-
Notifications
You must be signed in to change notification settings - Fork 22
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
Deploying a site to Firebase Hosting using the IDE #2
Comments
Thanks @TheCraftKid, that's a great idea :) This is something I've wanted to add to the extension and I thought about it a few days ago, but I couldn't come up with a good way to integrate it. OptionsThere's several options when it comes to implementing this, and they all have some trade-offs. As a global commandIt would add a command named "Deploy current project to Firebase Hosting", which would be triggered from the command palette. Some issues:
As a right-click context menu on a folderWhen right-clicking on a folder in the open workspace, it would show an entry saying "Deploy this folder to Firebase Hosting". Some issues:
As a right-click context menu anywhere on the list of filesSimilar to the previous one, but it would only work if the root of the workspace folder is an initialized Firebase project (it has Other considerations
|
I think this extension has great promise, so I propose an addition to the current Firebase Hosting functionality: a button that allows for easy deployment of an open folder to Firebase Hosting. The new functionality would:
What do you think, @jsayol? Is this outside the scope of the project, or is it a worthwhile feature?
The text was updated successfully, but these errors were encountered: