My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Data model for blog application with Firebase / Firestore

Suman Kumar's photo
Suman Kumar
·Sep 23, 2018

We have a requirement to create an blog application where user's can write blogs like in medium.com or wordpress in general.

User can add text and images as and when they want.

Thought of using Angular for UI and Firebase/Firestore as database service.

Blogs can be a collection of its own where each blog will be a document under blogs.

Was wondering how to store the entire blog content which is mix of text and images in any random fashion.