DEV Community

Discussion on: How to host a Sapper.js SSR app on Firebase.

Collapse
 
mikenikles profile image
Mike

An alternative approach is to use Firebase Hosting for static assets and Cloud Run for the server-side part, instead of Cloud Functions. I recently wrote about that in detail, including a template repo.

I'd love to hear feedback if anyone gets a chance to review the article.

mikenikles.com/blog/firebase-hosti...