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
@@ -62,7 +62,7 @@ Future<List<City>> getCountries() async {
}
}
} catch (e) {
print('xd seqe $e');
print('$e');
}
return citys;
@@ -116,8 +116,6 @@ class _CityScreenState extends State<CityScreen> {
.collection('users')
.doc(uid)
.update({'coordsOfCity': coordsCity});
print('Ciudad actualizada correctamente');
} catch (e) {
try {
await FirebaseFirestore.instance