Firebase Hosting with own server node.js

jul56 picture jul56 · May 11, 2015 · Viewed 17.9k times · Source

I have webapp with firebase database. I would like hosting the app on firebase. My app has own server nodejs and using websockets. How can I host my app on Firebase? And how can I run my own server on Firebase?

Answer

iforgotmypassword picture iforgotmypassword · Jul 25, 2016

I think your question is quite simple. And the answer is also simple: no, you can't.

Firebase only serves static files. You need to try heroku, codeship, etc for that.