Trust Center

Privacy, security and honest roadmap.

Guardian is built around emergency-only data use, server-side protections, and transparent current-versus-roadmap positioning.

Privacy

DPDP-aligned consent

Guardian includes an in-app Privacy & Consent notice aligned to India’s Digital Personal Data Protection Act, 2023.

Authentication

Firebase Authentication

Authenticated login is handled through Firebase Authentication.

Database

Firestore server-side rules

Database access is protected through Firestore security rules, default-deny access, and input validation.

Tamper protection

Alert identity and timing

Alert identity and timing fields are protected server-side to reduce tampering risk.

Honest roadmap

Current
  • Functional Android MVP, build v51, active testing
  • Firebase backend live
  • BLE wearable breadboard prototype working
  • Admin dashboard, radius expansion and responder flows developed
Next
  • Government demo
  • Measured software-first pilots
  • Responder onboarding and verification model for pilots
  • Response-time and false-alarm metrics
Later
  • Production Guardian Ring
  • Live voice / walkie-talkie
  • ML audio distress detection
  • Bluetooth crowd-finding
  • Richer authority / control-room dashboard
Architecture note: Guardian uses Firebase/Firestore, so classic SQL injection is not the central risk model. Security is enforced through authentication, Firestore rules, input validation, and default-deny access.