PFMS
Financial Management System
Connect your database
PFMS uses Firebase Realtime Database for cross-device sync. Follow these steps to get your config:
  1. Go to console.firebase.google.com and create a project
  2. Register a web app — click the </> icon in your project overview
  3. Enable Realtime Database — Build → Realtime Database → Create → Test Mode
  4. Copy the firebaseConfig object shown after app registration
  5. Paste it below and click Connect
// Expected format: const firebaseConfig = { apiKey: "AIza...", authDomain: "your-app.firebaseapp.com", databaseURL: "https://your-app-default-rtdb.firebaseio.com", projectId: "your-app", ... };