当我向firebase添加新数据时,我正在开发体重跟踪应用程序,它工作正常,但是当我从该日期更新数据时,新数据正在添加现有电子邮件的唯一ID我想更新当前日期重量,如果我在那一天再次增加体重[黑色圆圈显示我要更新权重的位置,其余数据是实际数据正在更新的位置这也是我的代码。@IBActionfuncaddButton(_sender:UIButton){lettime=Date()letformatter=DateFormatter()formatter.dateFormat="dd.MM.yyyy"letformatteddate=formatter.string(from:timeas