feat: implement emergency contact management with Firebase integration and relationship type handling
This commit is contained in:
@@ -51,7 +51,8 @@ class ProfileRepositoryMock {
|
||||
const EmergencyContact(
|
||||
name: 'Jane Doe',
|
||||
phone: '555-987-6543',
|
||||
relationship: 'Family',
|
||||
relationship: RelationshipType.spouse,
|
||||
id: 'contact_1',
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user