Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Releases: firebase/FirebaseUI-Android

10.0.0-beta04

10.0.0-beta04Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Aug 16:57

What's Changed

  • fix(auth): resolve IdTokenListener Kotlin compile failure in CI by @demolaf in #2380
  • chore(deps): bump com.google.zxing:core from 3.5.3 to 3.5.4 by @dependabot[bot] in #2376
  • chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.4.0 by @dependabot[bot] in #2377
  • chore(deps): bump com.google.android.libraries.identity.googleid:googleid from 1.1.1 to 1.2.0 by @dependabot[bot] in #2378
  • chore(deps): bump com.google.android.material:material from 1.4.0 to 1.14.0 by @dependabot[bot] in #2379
  • chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #2389
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.33 to 9.0.34 by @dependabot[bot] in #2388
  • chore(deps): bump com.google.android.gms:play-services-auth from 21.4.0 to 21.6.0 by @dependabot[bot] in #2387
  • chore(deps): bump org.robolectric:robolectric from 4.15.1 to 4.16.1 by @dependabot[bot] in #2386
  • chore(deps): bump androidx.compose:compose-bom from 2025.10.00 to 2026.06.01 by @dependabot[bot] in #2385
  • chore(deps): bump com.gradle.develocity from 4.4.3 to 4.5.0 by @dependabot[bot] in #2392
  • chore(deps): bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2393
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.2.1 by @dependabot[bot] in #2394
  • chore(deps): bump androidx.activity:activity-compose from 1.11.0 to 1.13.0 by @dependabot[bot] in #2395
  • chore(deps): bump org.jetbrains.dokka from 2.0.0 to 2.2.0 by @dependabot[bot] in #2396
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #2398
  • chore(deps): bump androidx.test:runner from 1.5.0 to 1.7.0 by @dependabot[bot] in #2399
  • chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 by @dependabot[bot] in #2401
  • chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 by @dependabot[bot] in #2402
  • chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #2400
  • chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #2408
  • chore(deps): bump androidx.browser:browser from 1.3.0 to 1.10.0 by @dependabot[bot] in #2410
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.34 to 9.0.35 by @dependabot[bot] in #2420
  • chore(deps): bump kotlin from 2.4.0 to 2.4.10 by @dependabot[bot] in #2411
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2419
  • fix(firestore): catch InterruptedException in FirestorePagingSource by @demolaf in #2404
  • ci: add needs-attention labeling automation by @russellwheatley in #2432
  • chore(deps): bump actions/stale from 10.4.0 to 11.0.0 by @dependabot[bot] in #2436
  • chore(deps): bump com.github.ben-manes.versions from 0.54.0 to 0.55.0 by @dependabot[bot] in #2431
  • docs(okf): add agent knowledge bundle for FirebaseUI-Android by @russellwheatley in #2434
  • Remove redundant dependency updates plugin by @russellwheatley in #2438
  • chore(deps): bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 by @dependabot[bot] in #2439
  • chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2442
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.35 to 9.0.36 by @dependabot[bot] in #2444
  • chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 by @dependabot[bot] in #2448
  • chore(deps): bump com.google.firebase:firebase-bom from 34.7.0 to 34.17.0 by @dependabot[bot] in #2445
  • Version 10.0.0 beta04 by @thatfiredev in #2453

Full Changelog: 10.0.0-beta03...10.0.0-beta04

10.0.0-beta03

10.0.0-beta03Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 09 Jul 10:19

What's Changed

  • Add stale issue and PR workflow by @just1and0 in #2329
  • Change close-issue-reason format in stale-issue.yaml by @just1and0 in #2334
  • feat(storage): add StringLoader to support loading gs:// URL strings directly via Glide by @demolaf in #2335
  • fix(database): fix DatabasePagingSource pagination when using orderByChild by @demolaf in #2336
  • docs: getting started on android FirebaseUI v10 by @russellwheatley in #2309
  • chore: add dependabot configuration for automated dependency updates by @just1and0 in #2337
  • chore: migrate to version catalog, drop Jetifier, fix Gradle 9.0 deprecations by @demolaf in #2349
  • chore(deps): bump gradle-wrapper from 8.14.5 to 9.6.1 by @dependabot[bot] in #2341
  • chore(deps): bump androidx.navigation:navigation-compose from 2.8.3 to 2.9.8 by @dependabot[bot] in #2344
  • chore(deps): bump actions/cache from 3 to 6 by @dependabot[bot] in #2345
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2346
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #2347
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #2348
  • chore(deps): bump coroutines from 1.7.3 to 1.11.0 by @dependabot[bot] in #2350
  • build(deps): dependabot cooldown configs / supply-chain hardening by @mikehardy in #2355
  • chore(deps): bump lifecycle from 2.3.1 to 2.11.0 by @dependabot[bot] in #2351
  • Revert "chore(deps): bump lifecycle from 2.3.1 to 2.11.0" by @demolaf in #2359
  • chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.3.0 by @dependabot[bot] in #2353
  • chore(deps): bump com.gradle.develocity from 3.19.2 to 4.4.3 by @dependabot[bot] in #2357
  • chore(deps): bump androidx.test:core from 1.5.0 to 1.7.0 by @dependabot[bot] in #2358
  • chore(deps): bump androidx.test:rules from 1.5.0 to 1.7.0 by @dependabot[bot] in #2360
  • chore(deps): bump com.github.bumptech.glide:glide from 4.11.0 to 5.0.7 by @dependabot[bot] in #2365
  • chore(deps): bump androidx.annotation:annotation from 1.2.0 to 1.10.0 by @dependabot[bot] in #2363
  • chore(deps): bump kotlin from 2.2.0 to 2.4.0 by @dependabot[bot] in #2362
  • chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 by @dependabot[bot] in #2361
  • chore(deps): bump com.googlecode.libphonenumber:libphonenumber from 9.0.16 to 9.0.33 by @dependabot[bot] in #2369
  • chore(deps): bump com.google.gms.google-services from 4.3.8 to 4.5.0 by @dependabot[bot] in #2368
  • chore(deps): bump androidx.activity:activity from 1.2.3 to 1.13.0 by @dependabot[bot] in #2367
  • chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.3.0 by @dependabot[bot] in #2366
  • fix zizmor findings by @morganchen12 in #2370
  • chore(deps): bump com.google.truth:truth from 0.42 to 1.4.5 by @dependabot[bot] in #2374
  • chore(deps): bump paging from 3.0.0 to 3.5.0 by @dependabot[bot] in #2373
  • chore(deps): bump com.github.ben-manes.versions from 0.20.0 to 0.54.0 by @dependabot[bot] in #2372
  • chore(deps): bump com.facebook.android:facebook-login from 18.0.3 to 18.3.0 by @dependabot[bot] in #2375

New Contributors

Full Changelog: 10.0.0-beta02...10.0.0-beta03

10.0.0-beta02

10.0.0-beta02Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 13 Mar 17:43

What's Changed

  • feat: use CredentialManager to fetch and store credential for Email authentication by @demolaf in #2286
  • fix: Provider button shape customization and theming API by @demolaf in #2288
  • feat: add Facebook sign-out functionality by @demolaf in #2287
  • fix: Update Firebase imports by @demolaf in #2292
  • fix: support new users in Google Sign-In with authorized accounts fallback pattern by @demolaf in #2295
  • fix: use isMfaEnabled configuration flag with disabled button state and tooltip by @demolaf in #2297
  • fix(auth): ensure verify phone number waits for timeout to complete by @russellwheatley in #2303
  • fix(auth): use strong locale for privacy policy and terms of service by @russellwheatley in #2304

New Contributors

Full Changelog: 10.0.0-beta01...10.0.0-beta02

10.0.0-beta01

10.0.0-beta01Pre-release
Pre-release

Choose a tag to compare

@thatfiredevthatfiredev released this 04 Dec 23:54

FirebaseUI for Android v10.0.0-beta01 is a preview for a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

New Contributors

Full Changelog: 9.1.1...10.0.0-beta01

FirebaseUI for Android v9.1.1

Choose a tag to compare

@thatfiredevthatfiredev released this 24 Oct 11:38

FirebaseUI for Android v9.1.1 is a patch release containing features and bugfixes.

Note that is no version 9.1.0 due to an issue during artifact publication.

What's Changed

  • fix(auth): remove enableHints parsing from FlowParameters by @Lyokone in #2199
  • feat: add support for API 35 EdgeToEdge by @Lyokone in #2187

Full Changelog: 9.0.0...9.1.1

FirebaseUI for Android v9.0.0

Choose a tag to compare

@thatfiredevthatfiredev released this 17 Mar 21:07

FirebaseUI for Android v9.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

What's Changed

  • feat: remove email enumeration by @Lyokone in #2184
  • feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled by @Lyokone in #2188
  • chore: upgrade play-services-auth and remove unused imports by @thatfiredev in #2190

Full Changelog: 8.0.2...9.0.0

FirebaseUI for Android v8.0.2

Choose a tag to compare

@thatfiredevthatfiredev released this 28 Sep 12:24

FirebaseUI for Android v8.0.2 is a patch release containing bugfixes.

Changes:

  • [Firestore] Fix page keys comparison (#2046)
  • [Auth] Log an exception if the device has no browser installed (#2055)
  • [Auth] Update play-services-auth to 20.3.0 (#2063)
  • [Internal] Upgrade to AGP 7.2.2 and Kotlin 1.7.10 (#2054)

FirebaseUI for Android v8.0.1

Choose a tag to compare

@sam-gcsam-gc released this 30 Mar 19:33

FirebaseUI for Android v8.0.1 is a patch release containing bugfixes.

Changes:

  • [Auth] Fix country list spinner not properly updating choice when selection made (#2005)

FirebaseUI for Android v8.0.0

Choose a tag to compare

@samtsternsamtstern released this 30 Jul 14:10
5ac863c

FirebaseUI for Android v8.0.0 is a major release containing new features and breaking API changes. For more information on upgrading to this version see the upgrade guide

Changes:

  • [All] Upgrade to Java 8 and AGP 7 (#1966)
  • [All] Upgrade to Firebase BOM 28.x (#1967)
  • [Auth] Upgrade to Material Components (#1901)
  • [Auth] Remove offensive terms from API (#1906)
  • [Firestore] Upgrade to AndroidX paging 3 (#1915)
  • [Database] Upgrade to AndroidX paging 3 (#1983)

Thank you to @rosariopfernandes and @joknu1 who contributed to this release!

FirebaseUI for Android v7.2.0

Choose a tag to compare

@samtsternsamtstern released this 14 Jun 14:59
41c7a73

FirebaseUI for Android v7.2.0 is a minor release containing new features and bugfixes.

Changes:

  • [Auth] Support new Activity Result APIs (#1918)
  • [Auth] Allow GoogleSignInOptions without email scope (#1899)
  • [Auth] Allow passing default_web_client_id at runtime (#1911)
  • [Auth] Add country code for Kosovo (#1898)
  • [Auth] Improve error messages during phone number verification (#1908)
  • [Auth] Move country code spinner to left, even on RTL screens (#1933)
  • [Auth] Show email-link sign-in button with custom layouts (#1885)
  • [Auth] Increase SMS timeout from 15s to 60s (#1952)

Thank you to @laurentiu-git, @jossiwolf, and @rosariopfernandes who contributed to this release!