Youth Q&A
Ask your questions and share what's on your mind!
Задавайте свої запитання і діліться тим, що вас хвилює!
Connecting...
🔧 Firebase Setup Required
To enable real-time sync, you need to configure Firebase. It's FREE and takes 2 minutes!
- Go to
https://console.firebase.google.com
- Create a new project (free tier)
- Enable "Realtime Database" in Build section
- Set database rules to public (for testing):
{
"rules": {
".read": true,
".write": true
}
}
- Copy your config and paste it in the JavaScript section below (line ~650)
Until then, the app works in local mode (no sync between users)
Responses
💬
No questions yet. Be the first to ask!
Moderator Dashboard
📋
No questions submitted yet