英文: How to check if a Firestore `batch.commit()` succeeded or failed (i.e. rolled back) 问题 I'm tryin...
将Firestore文档从Firebase触发函数复制到另一个集合。
英文: Copy a firestore document to another collection from firebase trigger function 问题 I want to sync...
如何编写一个函数来从Firestore中删除用户和从Storage中删除文件?
英文: How to write a function that deletes user from Firestore and file from Storage? 问题 以下是翻译好的代码部分: ...
有办法将.then承诺添加到for循环中吗?
英文: Is there a way to add a .then promise to a for Loop? 问题 I am working on a Firebase cloud functio...
如何在登录后的5分钟内处理Firestore删除?
英文: How to handle Firestore deletes after 5 minutes from logged in? 问题 在我的应用中,我只允许经过身份验证的用户向Firestor...
Firestore中随机生成的文档ID的大小
英文: Size of random autogenerated Document IDs in Firestore 问题 Firestore将文档限制为1MB,包括字段名称和文档ID。 根据我的测试...
How to make a dictionary data from Firestore conform to sequence? I want use one of the fields and add the Integers together
英文: How to make a dictionary data from Firestore conform to sequence? I want use one of the fields a...
Firestore数据库:如何删除引用最初已删除文档的文档?
英文: Firestore Database: How to delete documents that reference an initially deleted document? 问题 我正在...
Firebase使用where子句获取数据并按顺序返回。
英文: Firebase get with where clause and order of data returned 问题 在数据返回时,结果的顺序将与查询的顺序(["51"...
Combine Observable subscription results in Angular.
英文: Combine Observable subscription results in Angular 问题 (1) 我在Firebase Firestore中发出一个请求,从一个集合中获取了多...
47