⚠️ ACTION REQUIRED — Fix Firestore Rules
- Go to Firebase Console → Firestore Database → Rules tab
- 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; }
}
}
- Click Publish, then refresh this page.
Total Nominees
—
Total Votes Cast
—
Current Leader
—
LIVE RESULTS