Skip to content

Create Firebase Firestore Schema for User Management #47

@hrx01-dev

Description

@hrx01-dev

Description

Set up Firestore collections and services for storing and managing user data.

Objectives

Create Firestore configuration.
Design users collection schema.
Store user profile information after registration.
Implement CRUD operations for user records.
Add Firestore security rules.
Suggested Schema
users: {
uid: string,
name: string,
email: string,
role: string,
createdAt: timestamp
}

Acceptance Criteria

User records are created upon registration.
User information can be fetched and updated.
Firestore rules prevent unauthorized access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    High priorityused for issues having higher priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions