英文: How to read data from the Firebase realtime database 问题 我想从 Firebase 实时数据库中的特定节点读取数据。 这是我的 JSON ...
Firebase检索数据失败。
英文: Firebase Retrieve Data Failed 问题 我遇到了这个错误: java.lang.RuntimeException: Unable to start activity ...
从Firebase数据库中检索数据,在Android中使用Java通过ID进行搜索。
英文: Retrieve data from FireBase database in android, java by searchin with an ID 问题 我尝试在Java中实现了一段代码...
com.google.firebase.database.DatabaseException: Failed to convert value of type java.lang.Long to String problem
英文: com.google.firebase.database.DatabaseException: Failed to convert value of type java.lang.Long t...
`dataSnapShot.getChildren()` 返回 null。
英文: dataSnapShot.getChildren() returning null 问题 我正在尝试使用查询来获取特定用户的用户详细信息: DatabaseReference referenc...
数据未从Firebase数据库中检索到。
英文: Data not retrieving from Firebase database 问题 [![在这里输入图片描述][1]][1] 我有一个如图所示的 Firebase 数据库。我正在尝试根...
for循环未在单值事件监听器内运行
英文: for loop not running inside single value event listener 问题 我正在尝试实现一个搜索功能,在点击搜索结果后,我会在一个片段中显示用户的详...
检查值在 Firebase 中是否已存在?
英文: Check value already exists or not in Firebase? 问题 这是我的 Firebase 数据库结构。我想检查用户将要输入的新大学是否已经存在于大学列表中...
我的循环一直在运行一个特定的方法,我希望它只运行一次。
英文: My loop keeps running a particular method which i want to run once 问题 for (DataSnapshot datasnap...
Firebase数据在我的RecyclerView中不会加载
英文: Firebase data won't load in my RecyclerView 问题 The screen launches but doesn't throw any...
23