标签: android firebase-realtime-database
我点击通知以进入用户个人资料时出现此错误
java.lang.NullPointerException:无法为child()中的参数'pathString'传递null
这是我遇到错误的地方
mUsersDatabase = FirebaseDatabase.getInstance().getReference().child("Users").child(user_id);
请参阅my files here