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

Work on generators for settings apps for firebase deploy #3

Open
mainawycliffe opened this issue Dec 24, 2022 · 0 comments · May be fixed by #31
Open

Work on generators for settings apps for firebase deploy #3

mainawycliffe opened this issue Dec 24, 2022 · 0 comments · May be fixed by #31
Labels
enhancement New feature or request v1

Comments

@mainawycliffe
Copy link
Owner

At the moment, the firebase generator is focused on functions, which makes sense. Still, we want to be able to do something like nx g @nx-toolkit/firebase:hosting app-name, and we would use the info available to update the firebase config for hosting for that project. The trick part is going to handle that on the firebase side.

Maybe some inspiration can be got from the angular counterpart that does the same -> https://github.com/angular/angularfire/blob/master/docs/deploy/getting-started.md

@mainawycliffe mainawycliffe added enhancement New feature or request v1 labels Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant