1 min readAug 28, 2019
Actually you can use Firebase Cloud Functions to render a static website ( No Firebase Hosting ), because FCF is a node.js app. So, you can easily configure the index.js to use express or another node.js package for static websites.