⬡ FINTRACK SG
One-time Firebase setup
1
Go to console.firebase.google.com → Create project → disable Analytics
2
Databases and storage → Firestore → Create → Standard edition → asia-southeast1
3
Firestore → Rules tab → replace all with:
rules_version='2';
service cloud.firestore{
 match/databases/{db}/documents{
  match/users/{uid}/{d=**}{
   allow read,write:if request.auth.uid==uid;
  }
 }
}
4
Security → Authentication → Google → Enable → add your Netlify URL as authorised domain
5
Settings (gear) → Project settings → Your apps → </> Web → register → copy firebaseConfig
⬡ FINTRACK SG
Your personal finance command centre
Sign in to continue
Data is locked to your Google account. Nobody else can access it.