英文: Memory issue with App Engine and Firestore 问题 我正在使用 Kotlin 和 Micronaut 开发一个访问 Firestore 数据库的微服务(...
如何在Firebase文档中查询数组列表?
英文: How to query an array list in a Firebase document? 问题 我正在尝试查询我的数据库以供Android应用程序使用,如果一个用户名在我的数据库的...
Android:从子集合获取字段值
英文: Android: Get field values from sub-collection 问题 以下是您请求的翻译内容: 从子集合获取数据的方法有吗?下面是我的数据库结构,对于每个用户,在“...
如何从RecyclerAdapter类发送数据到主Activity
英文: How to send data from RecyclerAdapter class to Main Activity 问题 我正在扩展FirestoreAdapter类以从Firestor...
如何在Firebase Cloud文档的字段中搜索多个值?
英文: How to search for multiple values within a field of Firebase Cloud documents? 问题 所以我正在尝试在我的Andro...
为什么在插入了多个项目后,数组列表ratingItemList显示为空?
英文: Why is the array list ratingItemList showing as empty after insertion of several items? 问题 packa...
如何将新的“Collection名称”单独添加到Firestore中。
英文: How to add new Collection name alone to Firestore 问题 以下是您要翻译的内容: 我想在Firestore中添加新的集合名称,而不需要使用POJ...
如何知道Firestore文档中每个属性的类型?
英文: How to know the type of each property in a Firestore document? 问题 以下是您要翻译的内容: 我有这个数据库: root \_ u...
Firestore的索引计入吗?
英文: Does the index in Firestore count? 问题 我读到每次查询时都会自动创建一个索引。所以如果我创建了这个查询: db.collection("users&...
如何在安卓中创建自己的 com.google.android.gms.tasks.Task?
英文: How to create a my own com.google.android.gms.tasks.Task in android? 问题 我想在我的代码中实现以下内容: fun addA...
47