标签: android-studio firebase-realtime-database
我正在尝试在Firebase中获取特定用户的名称,但由于使用了嵌套,因此无法访问。
orderbychild("userid").equalto(currentuserid)
并尝试使用吐司,如果它已经存在,是的,它已经存在,但是当我使用时获得名称的值
String name=datasnapshot.child("name").getvalue.tostring()
我的应用突然崩溃