Free multi-user sync using Google Firebase. All team members see the same data in real-time. Free up to 1GB — more than enough for years of your data.
One-time setup (10 minutes):
- Go to console.firebase.google.com → Sign in with Google
- Click Add Project → Name: Eidant WorkDesk → Continue → Create
- In left menu → Build → Realtime Database → Create Database
- Choose region → Start in Test mode → Enable
- Click Project Settings (gear icon) → General → scroll to "Your apps" → click </> Web
- Register app → copy the
firebaseConfig values below
const firebaseConfig = {
apiKey: "← paste here",
databaseURL: "← paste here",
projectId: "← paste here"
}
⚠️ Set Database Rules to restrict access to your team only after testing. Firebase Test mode is open for 30 days — update rules before expiry.