User Management

Manage user roles and permissions within the application.

Admin - User Roles
Assign roles to users. This section is only visible to administrators.

This is where you would list users and allow role changes. Implementing full role management requires backend integration (e.g., Firebase Functions and Admin SDK) to securely set custom claims or manage roles in a database.

User List (Example)

  • example.user@example.com (Role: user)
  • another.user@example.com (Role: user)
  • gdldanny@gmail.com (Role: admin)(Current Admin)

Note: The current admin (`gdldanny@gmail.com`) is identified by the UID set in the environment variables. Role changes for other users would require backend logic.