⬑ 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.