notificacion desde cita

This commit is contained in:
Felipe
2023-08-22 09:51:09 -05:00
parent 091c67d4cb
commit fe2787b233
18 changed files with 75 additions and 61 deletions
-2
View File
@@ -87,7 +87,6 @@ class _ProfileScreenState extends State<ProfileScreen> {
.doc(uid)
.update({'photo': image});
print('imagen actualizada correctamente');
} catch (e) {
try {
await FirebaseFirestore.instance
@@ -246,7 +245,6 @@ class _ProfileScreenState extends State<ProfileScreen> {
'name': newName,
'lowerName': newName.toLowerCase(),
});
print('Nombre actualizado correctamente');
} catch (e) {
print('Error al actualizar el nombre: $e');
}