Skip to content

Convert SPA to SSR using Firebase #16837

Discussion options

You must be logged in to vote

I was able to fix all of that.

First I fixed the code as you pointed in your first comment:
Second, you need to pass ssrHandler not the app:
return { handler: functions.https.onRequest(ssrHandler) }

and don't need to import render and recall it again

so it is working, matter of fact, the pieces missing on the quasar Docs, were that you need to add the files for your build in your Functions folder, and alo all dependencies for the project.

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@connellyguy
Comment options

@yusufkandemir
Comment options

@joaoluizmagalhaes
Comment options

@connellyguy
Comment options

Comment options

You must be logged in to vote
3 replies
@joaoluizmagalhaes
Comment options

@joaoluizmagalhaes
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by joaoluizmagalhaes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants