英文: Firebase Realtime Database not displaying images in Recyclerview 问题 public class TopActivity ext...
插入 Firebase 实时数据库时使用 getuid 而不是 getkey。
英文: Insert into firebase real-time database with getuid instead of getkey 问题 这是我的当前代码:getkey() 方法在 s...
在 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 问题 以下是我的代码...
输入通道被销毁,与 Firebase 出现问题。
英文: Input channel destroyed, problem with firebase 问题 public void registerUser() { String email = si...
Firebase:如何确定不同父项中的重复项
英文: Firebase: How to determine duplicate in different parents 问题 我有以下代码来在“Admin” Firebase 中拒绝重复项: pu...
查询未能返回列表中正确的项目。 应该返回计数最多的15个项目。
英文: Query not returning correct items in list. Should return items with largest count and list limit...
如何在Android中使用MutableLiveData仅更新已更改的项?
英文: How to update only changed item with MutableLiveData in Android? 问题 以下是您要求的翻译内容: ViewModel publi...
删除和更新在Android Studio中通过ID搜索的项目,使用Java和Firebase。
英文: Delete and update an Item that has be searched by ID in android studio, Java and firebase 问题 以下是...
如何从Firebase数据库读取数据,并使用ArrayAdapter在ListView中显示多个字段。
英文: How to Read Data from Firebase Database and Display Multiple Fields in ListView with ArrayAdapte...
23