Livoa LogoLivoa
SKILLORBIT FIRESTORE SCHEMA
Users


Collection

─────────────────

uid: string

email: string

username: string

profilePicUrl: string

enrolledCourses: string[]

completedSubtopics: map

{subtopicId: timestamp}

achievements: string[]

createdAt: timestamp

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

Achievements


Collection

─────────────────

id: string

name: string

description: string

icon: string

type: string

requirement: number

points: number

Enrolls in
Earns achievements by activity

Daata

by Molla

0
0 uses