英文: Retrieve firebase data within a range of 1 week 问题 以下是您提供的代码的翻译部分: 我想在一周的范围内检索Firebase数据。我可以查询并获...
Firebase实时数据库在Recyclerview中未显示图像。
英文: Firebase Realtime Database not displaying images in Recyclerview 问题 public class TopActivity ext...
每日插入到 Firebase 数据库中。
英文: Inserting daily into firebase database 问题 我有这样一个活动,我需要每天将数据插入数据库,但在每天插入数据时不应删除前一天的数据,这意味着我应该能够在我...
在 Firebase 实时数据库中的许多子节点中检查数值。
英文: Check for a value in many child nodes in firebase real-time database 问题 我想从子节点 'group' 中检索文本 'Pr...
Failed to convert value of type java.util.HashMap to String. Converting string to map
英文: Failed to convert value of type java.util.HashMap to String. Converting string to map 问题 以下是我的代码...
What is this "RecyclerView has no LayoutManager androidx.recyclerview.widget.RecyclerView" error?
英文: What is this "RecyclerView has no LayoutManager androidx.recyclerview.widget.RecyclerView&q...
安卓Firebase在尝试访问存储时抛出身份验证错误。
英文: Android firebase throws authentication error while trying to access storage 问题 EDIT: 我刚刚在清理项目并清除...
如何检索用户的评论以及他们的个人资料图片和名称?
英文: How to retrieve Users' comment with their profile image and name? 问题 目前,我正在制作一个社交媒体应用,项目中使用了...
为什么 ArrayList 没有插入一些值?
英文: Why is ArrayList not inserting some values? 问题 items = new ArrayList<String>(); itemsAdapt...
输入通道被销毁,与 Firebase 出现问题。
英文: Input channel destroyed, problem with firebase 问题 public void registerUser() { String email = si...
99