Is there a working and official tutorial for a Firebase SSR deployment Guide?
-
Currently I do not find any working tutorials to deploy an ssr app to firebase hosting working with the quasar framework. Isn’t there any official doc?
-
@kms695 said in Is there a working and official tutorial for a Firebase SSR deployment Guide?:
firebase hosting
See in this thread:
https://stackoverflow.com/questions/63764314/deploy-quasar-ssr-vue-node-app-to-firebase-hostingHere’s the repo with a Quasar SSR + firebase hosting:
https://github.com/danieltorscho/gcp-quasar -
Thank you, some things in the GitHub repo are different to get this thing working. An official example from Quasar Team would be great. Or even an
quasar build -m ssr:firebase
command.