Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/FirebaseUI-Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: firebase/FirebaseUI-Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: version-10.0.0-beta01
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 131 files changed
  • 3 contributors

Commits on Dec 12, 2025

  1. feat: use CredentialManager to fetch and store credential for Email a…

    …uthentication (#2286)
    
    * feat: implement credential manager for saving and retrieving user credentials
    
    * feat: add "Continue as..." feature to enhance user experience with last-used sign-in preferences
    
    * feat: add "Continue with..." options for various sign-in methods in strings.xml
    
    * fix: add applicationContext parameter to signInWithProvider and submitVerificationCode tests
    
    ---------
    
    Co-authored-by: Rosário P. Fernandes <rosariopf@google.com>
    demolaf and thatfiredev authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    e92790d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. fix: Provider button shape customization and theming API (#2288)

    * feat: introduce provider button shape customization and update theming API
    
    * feat: add back navigation support to authentication screens
    
    * feat: add customizable screen transitions for Firebase Auth UI
    
    * feat: update theming API to support null theme inheritance and introduce adaptive theme
    
    * refactor: simplify theme observation in AuthUIThemeTest by using CompositionLocalProvider
    
    ---------
    
    Co-authored-by: Rosário P. Fernandes <rosariopf@google.com>
    demolaf and thatfiredev authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    a4c1be0 View commit details
    Browse the repository at this point in the history
  2. cleanup

    demolaf committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    7503edb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. feat: add Facebook sign-out functionality (#2287)

    * feat: add Facebook sign-out functionality
    
    * fix: update placeholders in strings.xml
    
    * fix: make Facebook sign-out testable and add provider-specific sign-out tests
    
    * fix: show specific Firebase error message for InvalidCredentialsException in recovery dialog
    
    ---------
    
    Co-authored-by: Rosário P. Fernandes <rosariopf@google.com>
    demolaf and thatfiredev authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ac541ec View commit details
    Browse the repository at this point in the history
  2. docs: fix README inaccuracies

    demolaf committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    02d25c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. fix: Update Firebase imports

    Replaced `com.google.firebase.auth.ktx.auth` and `com.google.firebase.ktx.Firebase` with the recommended `com.google.firebase.Firebase` and `com.google.firebase.auth.auth` imports.
    demolaf committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    cb205db View commit details
    Browse the repository at this point in the history
  2. fix: Update Firebase imports (#2292)

    * fix: Update Firebase imports
    
    Replaced `com.google.firebase.auth.ktx.auth` and `com.google.firebase.ktx.Firebase` with the recommended `com.google.firebase.Firebase` and `com.google.firebase.auth.auth` imports.
    
    * chore: bump Firebase BOM version to 34.7.0
    demolaf authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    9abf3d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    27f2eb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Configuration menu
    Copy the full SHA
    25b739c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cf064 View commit details
    Browse the repository at this point in the history
Loading