> "We deliver all of your static content (html, js, images, etc.) over a secure SSL connection and serve it on a CDN. Firebase Hosting is for hosting static assets. Firebase currently doesn't offer any way to execute your code on Firebase's servers."
Is there something like a wordpress front end for authoring and managing content that then generates all the static content for you to deploy?
In the olden days, blogger.com used to have this feature so you could self host. They ditched this in I think 2009 so google could get deeper data on all those blogs users.
I entirely expect so. With the advent of single page site frameworks, it is pretty trivial. This is exactly what firebase targets. The backend stores structured data, and the static assets delivered as frontend code then organise the presentation. Well, strictly firebase was originally intended for mobile apps, which already work that way. But with frontend heavy frameworks, this process is easier to replicate than ever.