Releases: firebase/FirebaseUI-Android
Releases · firebase/FirebaseUI-Android
FirebaseUI for Android v0.3.0
This release adds authentication to FirebaseUI
FirebaseUI for Android v0.2.2
Version 0.2.1 was missing a version number in the POM. This release fixes that and only that.
FirebaseUI for Android v0.2.1
This release adds a position argument to the populateView()/populateViewHolder() methods, so that they can be used for position-based functionality and/or joining in additional data.
FirebaseUI for Android v0.2.0
This release finalizes the Firebase-specific RecyclerViewAdapter and adds Javadoc for the public classes.
v0.1.0
This is the initial release of FirebaseUI for Android.
You can get it from Maven Central (search for firebase-ui
) or you can download the aar file and add it to you local maven repository with:
mvn install:install-file -Dfile=/path/to/library-debug.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=0.1.0 -Dpackaging=aar