尝试添加Firebase UI实现在build.gradle文件中。ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.firebaseui:firebase-ui-database我使用的是Android Studio 3
我正在尝试从具有以下结构的数据库中检索所有uid。list of children of "uid" of every user and uid has the child with username and value as username我无法访问数据库;import com.google.firebase.database.DataSnapshot;
importco