Skip to content

FirebaseUI for Android v0.3.1

@puf puf released this · 12 commits to master since this release

This release addresses issues in 0.3.0 and earlier. It contains the following breaking changes:

  • The int position parameter for FirebaseListAdapter.populateView() and FirebaseRecyclerAdapter.populateViewHolder() (that was introduced in release 0.2.2) is now required. The overload of the methods without a position has been removed.
  • There is now a FirebaseLoginBaseActivity.getAiuth() method that returns the currently authenticated user. Because of this onFirebaseLoggedIn() and onFirebaseLoggedOut() are no longer abstract.
  • The names of the AuthProviderType enum values are now all uppercase, e.g. FACEBOOK

Downloads

FirebaseUI for Android v0.2.2

@puf puf released this · 135 commits to master since this release

Version 0.2.1 was missing a version number in the POM. This release fixes that and only that.

Downloads

FirebaseUI for Android v0.2.1

@puf puf released this · 137 commits to master since this release

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.

Downloads

FirebaseUI for Android v0.2.0

@puf puf released this · 183 commits to master since this release

This release finalizes the Firebase-specific RecyclerViewAdapter and adds Javadoc for the public classes.

Downloads

v0.1.0

@puf puf released this · 206 commits to master since this release

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

Downloads

Something went wrong with that request. Please try again.