英文: How to use WriteBatch with Firebase storage? 问题 我正在使用Firebase云数据库和Firebase存储。我正在使用以下代码来使用WriteBa...
LiveData观察者未被触发
英文: LiveData observer not getting triggered 问题 我正在尝试从Firebase获取数据并显示它,但观察者未正常工作。我正在使用MVVM架构,因此我有一个 M...
在Firestore项目类文件的类中存储集合名称是否安全?
英文: Is it safe to store collection name in class of firestore Project class file? 问题 是的,可以安全地将集合名称存储...
Firestore查询数据顺序
英文: Firestore Query Data Order 问题 我正在从Firestore中检索数据,并希望添加一个检索顺序,因此我尝试了以下代码: Query query = firebaseF...
Android读取Firestore时的封装错误。
英文: Android encapsulation bug while reading in Firestore 问题 I have set up a getter method in my View...
如何从Firestore中检索地图中的数据
英文: How to retrieve the data from firestore in maps 问题 以下是您提供的代码的翻译部分: 有没有办法从Firestore中检索地图中的数据。 我正在...
将Firestore查询结果保存到ArrayList中,并将每个结果添加到CSV文件中。
英文: Saving results of Firestore query to ArrayList and adding each result to CSV file 问题 Sure, here'...
更新云 Firestore 中的字段键。
英文: Update field key in cloud firestore 问题 可以像这样更新字段: firestore.collection("Users").document...
从Firebase检索一个ArrayList。
英文: Retrieve an ArrayList from Firebase 问题 以下是翻译好的部分: 我在Firebase中有一个对象的ArrayList,我想要检索它。 我有两个ArrayLi...
I want to change the status of JOIN button to "JOINED" when string is matched from the list of strings retrieved from firestore?
英文: I want to change the status of JOIN button to "JOINED" when string is matched from the...
47