英文: Can't understand how notifications on data change work with Firestore in android. Can anyone...
Firestore查询数组
英文: Firestore query array 问题 如果我删除 `.whereArrayContainsAny("ItemID", Arrays.asList...
如何从Firebase获取按时间戳排序的文档查询?
英文: How to get a query of documents from Firebase, sorting by timestamps? 问题 在我的应用程序中,用户可以上传包含时间戳的文档...
如何在Android Studio中使用Firebase创建包括名字、姓氏等信息的注册表单。
英文: how can do signup form include fname last name etc on firebase using android studio 问题 以下是代码的中文翻...
从Firestore获取空值到RecyclerView。
英文: getting null Value from firestore to recycleview 问题 NotificationActivity.java: @Override protect...
连接数组并从Firestore中获取字符串
英文: concatenate array to string from firestore 问题 我正在Firestore中存储一些数据,看起来如下所示: 我现在想要获取这些数据并创建一个单一的字符...
Firestore – 使用 update 方法更新带有对象的文档(Java)
英文: Firestore - Use update method for document but with Object (Java) 问题 我想使用我拥有的 User 对象更新文档,但如果文档不...
Firestore查询不等于Uid。
英文: Firestore Query not equal to Uid 问题 抱歉不得不提出这个问题,我已经查阅了无数的链接,但始终没有找到答案。看起来很简单,但实际情况却并非如此。 我知道在Fir...
如何将永久监听器附加到Firestore查询?
英文: How to attach a permanent listener to a Firestore query? 问题 我正在尝试在Firestore中实现分页。我已经创建了一个类似这样的Ev...
Problem in uploading url of mutiple files to Firestore – Android
英文: Problem in uploading url of mutiple files to Firestore - Android 问题 我正在尝试使用for循环将多个文件上传到Firebase...
47