Can Firebase host dynamic websites?

You can integrate Firebase Hosting with Google Cloud Functions and Cloud Run to build dynamic web sites . In those scenarios, you host the server-side code on Cloud Run or Cloud Functions, and set Firebase Hosting up to redirect certain URLs to specific end points in your server-side code.

Read more