🔐

ADMIN ACCESS

Employee of the Month Dashboard

Incorrect password. Try again.

ADMIN DASHBOARD

Employee of the Month Voting System

LIVE RESULTS

⚠️ ACTION REQUIRED — Fix Firestore Rules

  1. Go to Firebase Console → Firestore Database → Rules tab
  2. Replace all existing rules with:
rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /staff/{document=**} { allow read, write: if true; }
    match /activity_logs/{document=**} { allow read, write: if true; }
    match /sub_admins/{document=**} { allow read, write: if true; }
    match /nominees/{document=**} { allow read, write: if true; }
    match /votes/{document=**} { allow read, write: if true; }
  }
}
  1. Click Publish, then refresh this page.
Total Nominees
Total Votes Cast
Current Leader
LIVE RESULTS