I would like to create a blog with the basic web development tools (html, css, js, nodejs, etc.) using the firebase database/firestore paths to generate the pages links and content. For example, if i have a database like below:
https://i.stack.imgur.com/wElfZ.png
(Sorry, idk why, but wasnt able to upload the image)
Post1 ×Text: text1 ×Title: title1
Post2 ×Text: text2 ×Title: title2
I would like to generate pages like:
www.myblog.com/post1 and www.myblog.com/post2
using the paths child to generate the page content. Is it possible? I would like to use firebase tools because it's fast to implement, easy and free for the contested application. If it's not possible, would have another way to do it?