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
+1 -3
View File
@@ -22,7 +22,7 @@ Future<List<String>> getProfessions() async {
return professionsList;
} catch (e) {
print('xd $e');
print('$e');
}
return [];
@@ -76,8 +76,6 @@ class _ProfessionScreenState extends State<ProfessionScreen> {
.collection('users')
.doc(uid)
.update({'profesion': profession});
print('Profesion actualizada correctamente');
} catch (e) {
try {
await FirebaseFirestore.instance