Change stauts
Future<void> changeStatus(String status) async { await ref.update({ 'status': status, 'updatedAt': FieldValue.serverTimestamp(), }); }