У меня есть эти данные
id: aBc123
author: "commentator1"
content : "this is a comment"
date: "today"
email: "commentator1@domain.com"
replies:
id: Xuz231
author: "replier1"
content : "this is a reply"
date: "today"
email: "replier1@domain.com"
replies:
id: X1u2v3
author: "replier11"
content : "this is a reply"
date: "now"
email: "replier11@domain.com"
replies:
(etc)
(etc)
Я хочу смоделировать это в базе данных firestore и иметь возможность сохранять и извлекать данные из этой модели. Как мне это сделать?