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 #2

Open
5 tasks
mainawycliffe opened this issue Dec 24, 2022 · 1 comment
Open
5 tasks

Work on generators for settings apps for firebase deploy #2

mainawycliffe opened this issue Dec 24, 2022 · 1 comment
Labels
enhancement New feature or request hosting v1

Comments

@mainawycliffe
Copy link
Owner

mainawycliffe commented Dec 24, 2022

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

Comment on this issue to suggest a framework for SSR

@mainawycliffe mainawycliffe added v1 enhancement New feature or request hosting labels Dec 25, 2022
@mainawycliffe
Copy link
Owner Author

Random Thoughts:

  • Have a generator for static MPA sites (Easy)
  • Have a generator for SPA (Maybe a flag for both to allow redirecting links to index.html - Not very difficult)
  • SSR???? Angular Universal, NextJS, etc need their generator as they need to connect with Firebase Functions - Possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hosting v1
Projects
None yet
Development

No branches or pull requests

1 participant