I have currently deployed static content to Firebase Hosting and the site works perfectly. However, I need to deliver more 'dynamic' content such as a blog where blog posts are displayed in chronological order, etc. These can only be performed with the support of server side coding.
What options do I have if I need to host a non-static web app on Firebase?
One of the needs I have:
Set the title & meta description of a blog post the user is viewing using server-side coding instead of JS scripting to support SEO
I know it's not related to coding directly. Just consulting the Firebase SO forum for a solution.