Skip to content

Releases: firebase/FirebaseUI-Android

FirebaseUI for Android v0.4.1

08 Jun 18:47

Choose a tag to compare

This release fixes a number of authentication bugs/issues in the 0.4.0 release, including:

This release also updates the versions of FirebaseUI's transitive dependencies:

  • Depends on support library v23.4.0
  • Depends on Google Play Services / Firebase 9.0.2 (which contains critical bugfixes)

Additionally there are various stability fixes, and increased test coverage.

FirebaseUI for Android v0.4.0

07 Jun 16:36

Choose a tag to compare

This release updates FirebaseUI to work with the newly released Firebase SDKs (version 9.0.+) and contains the first version of the all new FirebasUI Authentication re-written on top of the new Firebase Authentication service.

This release also creates three library targets where previously only one existed:

  • com.firebaseui:firebase-ui:0.4.0 - contains all FirebaseUI code.
  • com.firebaseui:firebase-ui-database:0.4.0 - contains only the FirebaseUI Database code.
  • com.firebaseui:firebase-ui-auth:0.4.0 - contains only the FirebaseUI Authentication code.

FirebaseUI for Android v0.3.1

19 Jan 05:11
@puf puf

Choose a tag to compare

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

FirebaseUI for Android v0.3.0

25 Nov 05:03
@puf puf

Choose a tag to compare

This release adds authentication to FirebaseUI

FirebaseUI for Android v0.2.2

23 Oct 15:09
@puf puf

Choose a tag to compare

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

22 Oct 21:28
@puf puf

Choose a tag to compare

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

19 Aug 20:57
@puf puf

Choose a tag to compare

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

v0.1.0

06 Aug 01:46
@puf puf

Choose a tag to compare

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