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
@@ -192,8 +192,6 @@ class _ProfileProWebScreenState extends State<ProfileProWebScreen> {
.collection('users')
.doc(uid)
.update({'banner': image});
print('imagen actualizada correctamente');
} catch (e) {
try {
await FirebaseFirestore.instance