[Vuejs]-How would you setup Nuxt.js with Google Cloud Functions?

0👍

Firebase recently created a tutorial for this.
They use Google cloud functions to handle ssr and firebase hosting to host the static assets. Checkout: https://youtu.be/ZYUWsjUxxUQ

0👍

You will need to use nuxt under legacy mode, which is recently supported in
nuxt-edge.

https://github.com/nuxt/nuxt.js/issues/2714#issuecomment-393868687

I have setup a working repo on firebase here:

https://github.com/williamchong007/nuxt-ssr-firebase

0👍

You can use Google Cloud Run if you want to use the latest Nodejs and Nuxt.js. Use it in a similar way to Cloud Functions.
https://cloud.google.com/run/

Leave a comment