英文: FireBase Storage getDownloadUrl() .Getting error in continueWithTask method 问题 #错误: 非静态方法<TCo...
如何在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...
更新 Firebase 时间戳数值
英文: Update Firebase Timestamp Value 问题 mRootRef.child("Chat").child(mCurrentUserId).addValue...
无法在Android中从Firebase实时数据库中显示随机数据。
英文: Unable to show random data from Firebase Realtime Database in Android 问题 public class UsersFragm...
如何知道Firestore文档中每个属性的类型?
英文: How to know the type of each property in a Firestore document? 问题 以下是您要翻译的内容: 我有这个数据库: root \_ u...
“Chain validation failed”在使用Firebase时在Android Studio中出现错误。
英文: "Chain validation failed" in Android Studio with Firebase 问题 当我尝试以调试模式运行Java Android代码...
Firestore的索引计入吗?
英文: Does the index in Firestore count? 问题 我读到每次查询时都会自动创建一个索引。所以如果我创建了这个查询: db.collection("users&...
如何验证 Firebase 中不存在两个相同的用户名?
英文: How can I verify that there are not two identical username in Firebase? 问题 regBtn.setOnClickList...
99