My pain point is I have to locally and manually generate the new HTML pages file and deploy them every time users create new content.
What I am looking for is when users create new content automatically generate the new HTML file in the Firebase Hosting and give it a path URL.
Let's say
1 - I have this website: www.example.com
2 - After a user creates a new comment for example "Hello Firebase Hosting".
3 - I want to generate the HTML file base on that comment inside firebase hosting without redeploying a new version to attach the newest comment.
4 - newest comment generated file must be as this URL www.example.com/Hello_Firebase_Hostin.html
5 - www.example.com/Hello_Firebase_Hostin.html can be accessed immediately after being created.
Thanks,,,