2

Can anyone help me deploying react-boilerplate to Google Cloud Platform or Firebase Cloud functions. There are guides such as

Firebase https://codeburst.io/next-js-on-cloud-functions-for-firebase-with-firebase-hosting-7911465298f2 Cloud platform https://medium.com/google-cloud/server-side-rendered-react-on-google-cloud-functions-8b51b2b0878c

These posts are for next.js not for react-boiler plate. Beginners like me have hard time customizing webpack config to work seamlessly with google cloud services.

Thanks

  • I have already searched for the solution for weeks but no luck at all... non of people have this requirement? ...weird enough... – Eason PI Jun 13 '18 at 05:04

1 Answers1

0

I'd say it depends on your end goal. But chances are you're personally looking for the firebase option.

Here is the relevant section from gcp docs

enter image description here

https://cloud.google.com/solutions/web-serving-overview#hosting_a_static_website_with_cloud_storage

jmmendez
  • 91
  • 1
  • 3