feat: implement emergency contact management with Firebase integration and relationship type handling

This commit is contained in:
Achintha Isuru
2026-01-27 12:27:22 -05:00
parent 536b020c52
commit 450683c45c
17 changed files with 226 additions and 81 deletions

View File

@@ -51,7 +51,8 @@ class ProfileRepositoryMock {
const EmergencyContact(
name: 'Jane Doe',
phone: '555-987-6543',
relationship: 'Family',
relationship: RelationshipType.spouse,
id: 'contact_1',
),
];
}