I\'m creating a blog Website project using Firebase.
What I want is - Create an entirely new Page for the Blog Posts once a USER creates it.
FOR EXAMPLE ->
The following HTML page shows how you can query the Firestore database when the HTML page is opened, based on a value passed as a query string parameter.
So, you should do as follows:
blogPosts
in your Firestore databasebest-watches-in-2019
and a field named field1
where you enter any string valuebest-watches-in-2019
as query string parameter as folllows: http://yourdirectory/yourpagename.html?contentId=best-watches-in-2019
.