英文: How to remove item in list with WriteBatch? 问题 fireDB.document(groupPath).collection("users&...
Firebase Firestore查询存在错误,如果文档使用了大型Map字段。
英文: Firebase Firestore query bug if the document uses a large Map field 问题 升级Firestore Android SDK从v...
2个或更多用户尝试在同一时间上传相同的数据。
英文: 2 or more users trying to upload the same data at the same time 问题 我正在尝试开发一个美发应用。但是当两个或更多用户同时尝试上...
如何在Java中创建一个可以读取Firestore引用字段的RecyclerView?
英文: How to create a recyclerview that reads the firestore reference field in Java? 问题 当用户将一首歌曲添加到收藏夹...
连接到 Java Admin SDK 中的 Firestore 模拟器。
英文: connecting to firestore emulator from java admin sdk 问题 我正在尝试从我的Java应用程序内部连接到Firestore模拟器,但并不成功。...
在Cloud Firestore中使用自定义对象是否会导致性能问题?
英文: Does using Custom Objects in Cloud Firestore cause performance issues? 问题 关于性能和便利性,使用自定义对象(Custo...
添加Firestore文档既不会失败也不会成功。
英文: Adding Firestore document doesn't Fail or Succeed 问题 以下是您提供的代码的翻译部分: FirebaseFirestore db = ...
为什么当我在安卓搜索栏快速删除文本时,我的RecyclerView不会重置?
英文: why does my recyclerview not reset when i delete text fast in my searchbar android? 问题 我在我的应用中有一...
如何在Firebase Cloud数据库中清空数组?
英文: How to clear array in Firebase Cloud database? 问题 我在我的云数据库中有一个令牌数组。我想要清除它(保持一个空的数据库)。我尝试过: conne...
如何从Firestore获取所选索引文档?
英文: How to get the selected index document from the firestore? 问题 我试图从一个列表中获取所选项目的索引,数据存储在Firestore中...
47