Courses
Collection
─────────────────
• id: string
• name: string
• description: string
• icon: string
• hasDetailedTopics: boolean
• topicNames: string[]
• topics: object[]
[
{ id, name, order, description,
subtopics: [
{ id, name, videoUrl,
quizQuestions: [
{ question, options, answerIdx }
]
}
]
}
]
• createdAt: timestamp