Looking for tutorial how to deploy Meteor app on Firebase

Looking for tutorial how to deploy Meteor app on Firebase.

Searching within this forum didn’t give my results.

This is from the main firebase hosting docs page:

Easily deploy and host your app’s static assets (HTML, CSS, JavaScript, etc) with our production-grade hosting service. All of your content is served over HTTPS and backed by a global CDN.

Note the “static assets” part of that quote. Firebase hosting can only host static assets. Meteor requires a server environment where a node process can run and Firebase doesn’t provide this. As a result, it is impossible to host a Meteor app on Firebase. If you’re looking for something cheap I’d recommend Digital Ocean.

2 Likes