I already have an app written in MERN stack with koa server prepared build version. My main node file to run by node server.js
command to start the whole app looks like this.
In every tutorial, I see that I need to add functions.https.request
etc. in the beginning of coding (or at least to suppose doing it).
How could I host my app on firebase the same as I could on heroku - with whole server side?