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!

  1. Go to https://console.firebase.google.com
  2. Create a new project (free tier)
  3. Enable "Realtime Database" in Build section
  4. Set database rules to public (for testing):
    {
      "rules": {
        ".read": true,
        ".write": true
      }
    }
  5. 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)

Ask Your Question

Responses

💬

No questions yet. Be the first to ask!