HabitForge data security
HabitForge data security describes the safeguards protecting your account and habit data. All traffic is HTTPS-encrypted; data at rest lives in Firebase Firestore behind per-user security rules.
- HTTPS / TLS on every request — no plaintext traffic.
- Firestore security rules restrict reads/writes to the authenticated owner.
- Authentication delegated to Firebase Auth via Google sign-in.
- No third-party data resale; analytics are aggregated and anonymised.