英文: Java, Firestore - Get multiple documents from firestore using an arraylist of document ids in an...
从Cloud Firestore数据库检索数据时出错。
英文: Error retrieving data from Cloud Firestore database 问题 我将一个 Map<String, LatLng> 发送到了我的 Clo...
How to manage Offline Update state of document in Firestore database withing time interval
英文: How to manage Offline Update state of document in Firestore database withing time interval 问题 我已...
通知在从Firestore更改数据时未显示。
英文: Notification is not showing when data is changing from firestore 问题 public class ListenOrder ext...
如何让我的搜索功能在安卓Java中允许小写,或忽略大小写敏感性。
英文: how to let my search function allow lowercase, or ignore case sensitivity in android java 问题 我创建...
Android Java: Retrofit2 + Google API使用电子邮件和密码进行身份验证返回404错误。
英文: Android Java: Retrofit2 + google api auth with email and password gives 404 问题 我已经使用Firestore实现了...
如何持续向Firebase发送数据,避免进入Doze模式和应用待机模式。
英文: How to send data to Firebase continuously avoiding Doze and App Standby 问题 我开发了这个应用程序,需要在用户按下按钮时...
Java/Firestore – 在循环至下一项之前等待数据被读取(异步)
英文: Java/Firestore - Wait for data to be read before looping to next item (Async) 问题 我正在尝试在我的项目中实现一个...
向Firestore文档添加两个哈希映射
英文: Adding 2 Hashmaps to a single document in Firestore 问题 我已经将一个Hashmap上传到了Firestore。当我尝试上传另一个Hashm...
如何从循环中获取 Firestore 数据并发送到 RecyclerView 适配器。
英文: How to get firestore data from a loop and send to recyclerview adaptor 问题 我正在从 Firestore 加载数据到 A...
47