现在,Firebase已更改为Google FirebaseDatabase。 https://firebase.google.com/support/guides/firebase-android#import_your_project_to_the_new_firebase_console_numbered
我找不到与FirebaseListAdapter等效的内容。
请建议我。
答案 0 :(得分:0)
知道了。新包称为firebase-ui-database。请参阅https://github.com/firebase/FirebaseUI-Android/blob/master/database/README.md
答案 1 :(得分:0)
从此文档:
https://github.com/firebase/FirebaseUI-Android/blob/master/database/README.md
dependencies {
# Single target that includes all FirebaseUI libraries
compile 'com.firebaseui:firebase-ui:0.4.0'
}
然后您可以像旧代码示例一样实例化FirebaseListAdapter类。