Dashboard
Manage active polling sessions and monitor real-time vote distribution. Initializing Cloud Sync...
No polls active
Create a new poll to gather feedback.
Database Access Denied
Your Firebase Security Rules are currently blocking the app from reading or writing data. This is common in new projects.
How to fix:
- Go to Firebase Console > Build > Firestore Database.
- Click the Rules tab.
- Change
allow read, write: if false;toallow read, write: if true; - Click Publish.