我试图从我在FireStore中声明的地图中删除一个用户。但是如何获得字段值呢?我认为应该是这样的,只有firestore.FieldValue.arrayRemove(user.uid)才没有FieldValue对象。如何从用户地图中删除用户?import * as functions from 'firebase-functions';
const fi
在运行该事务之前,我现在需要进行一些清理并删除一些其他对象。在添加清理代码后,我收到了一个关于嵌套承诺的警告,我不知道如何摆脱它。下面是一个代码片段:.document('accounts/{accountID}') // First do the cleanup and delete addresses of the account
c