All Versions
15
Latest Version
Avg Release Cycle
180 days
Latest Release
17 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.5.0 Changes
May 21, 2026What's Changed
- ⬆️ Bump actions/checkout from 4 to 6 by @dependabot[bot] in #783
- ⬆️ Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #768
- ⬆️ Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #780
- ⬆️ Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #776
- ⬆️ Bump gradle/actions from 4 to 5 by @dependabot[bot] in #775
- ⬆️ Bump Java to 21 (temurin) in CI workflows by @Copilot in #805
- ➕ Add comprehensive GitHub Copilot instructions for firebase-kotlin-sdk by @Reedyuk in #808
- 🛠 Fix iOS orderByKey() crash with startAt()/endAt() — use 1-param native method when key is null by @Copilot in #804
- 🛠 Fix NSNull in iOS DataSnapshot value by @pmodernme in #819
- ➕ Add Query.get() to Realtime Database by @pmodernme in #818
🆕 New Contributors
- @Copilot made their first contribution in #805
- @pmodernme made their first contribution in #819
Full Changelog : v2.4.0...v2.5.0
-
v2.4.0 Changes
October 31, 2025 -
v2.3.0 Changes
August 19, 2025What's Changed
- ➕ Added separate job for apiCheck by @Reedyuk in #753
- 🔨 Refactor workflow to separate Kotlin formatting and API checks by @Reedyuk in #754
- ⚡️ Update lint and API check jobs in workflow configuration by @Reedyuk in #757
- ✂ Removed ref from checkout action by @Reedyuk in #758
- Moved Lint and API checks to pull_request_target.yml by @Reedyuk in #759
- ⚡️ Update gitlive-firebase-java-sdk to 0.6.1 by @nbransby in #755
- 🔦 Expose iOS MultiFactorResolver to FirebaseAuthMultiFactorException by @RaphaelHx in #727
- auth: suport ActionCodeSettings.linkDomain by @treitter in #733
- ⏪ Firestore: support for specifying databaseId by @lynnfield in #698
- ➕ Adding JVM support for Firebase Storage by @pontomedon in #704
🆕 New Contributors
- @RaphaelHx made their first contribution in #727
- @treitter made their first contribution in #733
- @lynnfield made their first contribution in #698
- @pontomedon made their first contribution in #704
Full Changelog : v2.2.0...v2.3.0
-
v2.2.0 Changes
August 14, 2025What's Changed
- ⬆️ Bump dev.gitlive:firebase-java-sdk from 0.4.5 to 0.4.6 by @dependabot[bot] in #617
- ➕ Added get reference from url by @Reedyuk in #612
- Bump com.android.tools:desugar_jdk_libs from 2.1.0 to 2.1.1 by @dependabot[bot] in #616
- Disable Desugaring for the library itself by @Daeda88 in #618
- ⬆️ Bump org.jetbrains.kotlinx:kotlinx-serialization-core from 1.7.1 to 1.7.2 by @dependabot[bot] in #615
- ⬆️ Bump agp from 8.5.2 to 8.6.0 by @dependabot[bot] in #614
- ⚡️ Updated
firebase-cocoapodsto "11.2.0". It requires to update iOSfirebase-ios-sdkdependency to 11.2.0 by @siarhei-luskanau in #630 - 🛠 Fix iOS setCustomKey wrong param order by @kaidotarma in #646
- ⚡️ Update README.md by @elliptic1 in #665
- ⬆️ Bump kotlin from 2.0.20 to 2.0.21 by @dependabot[bot] in #649
- ⬆️ Bump kotlinx-coroutines from 1.9.0-RC.2 to 1.9.0 by @dependabot[bot] in #633
- ⬆️ Bump firebase to 11.4.0 by @egorikftp in #647
- ⬆️ Bump com.google.firebase:firebase-bom from 33.2.0 to 33.10.0 by @dependabot[bot] in #709
- ⬆️ bumped kotlin and dependancies. by @Reedyuk in #740
- ⬆️ Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #730
- ✂ Remove usage of
-ktxdependencies by @ChristianKatzmann in #738 - 🚀 Release 2.2.0 by @Reedyuk in #742
- ⚡️ Update publishing configuration for Maven Central by @Reedyuk in #746
🆕 New Contributors
- @kaidotarma made their first contribution in #646
- @elliptic1 made their first contribution in #665
- @egorikftp made their first contribution in #647
- @ChristianKatzmann made their first contribution in #738
Full Changelog : v2.1.0...v2.2.0
-
v2.1.0 Changes
September 02, 2024What's Changed
- ⬆️ Bumped dependencies and Gradle wrapper by @siarhei-luskanau in #589
- ⏪ Revert to API 21 as minSDK for all but Auth by @Daeda88 in #594
- ➕ Added dependabot config by @siarhei-luskanau in #593
- Dependabot PRs combined by @Daeda88 in #601
- ⬆️ Bump kotlin from 2.0.0 to 2.0.20 by @dependabot in #599
- ⬆️ Bump com.adarshr.test-logger from 3.2.0 to 4.0.0 by @dependabot in #600
- ➕ Added fixes for imports. by @Reedyuk in #603
- ⚡️ Updated firebase-cocoapods to "11.1.0" by @siarhei-luskanau in #592
- Missing fields added to AuthResult by @mr-kew in #556
- ⬆️ Bumped version by @Reedyuk in #611
🆕 New Contributors
- @dependabot made their first contribution in #599
Full Changelog : v2.0.0...v2.1.0
-
v2.0.0 Changes
August 23, 2024💥 Breaking Changes
Note if you currently use .js, .android, .ios properties an additional import statement will be required to get existing code to compile.
What Else's Changed
- 🛠 Fixed missing publish script by @Daeda88 in #545
- ➕ Add decoding Boolean from Number and String by @shepeliev in #549
- ➕ Added missing event params by @griffinsorrentino in #548
- 👌 Support for Kotlin 2.0 by @Daeda88 in #529
- 👕 Api Validation, Explicit API Mode & Linting by @Daeda88 in #550
- 🔄 Changes the use of Intervals/Timestamps as long into Kotlin Duration/Instant by @Daeda88 in #553
- ✂ Remove Native classes from Public API by @Daeda88 in #555
- 🛠 Fixed a crash for settings when iOS would access the same Firebase instance twice by @Daeda88 in #562
- ✅ Split tests by modules in Github Actions by @siarhei-luskanau in #558
- 👉 Make setUserId accept nullable user id to clear user id. by @Qw4z1 in #570
- ➕ Added support for deleting FCM token by @griffinsorrentino in #572
- Format kotlin files in Github Actions by @siarhei-luskanau in #571
🆕 New Contributors
- @griffinsorrentino made their first contribution in #548
Full Changelog : v1.13.0...v2.0.0
Lastly, thank you to all contributors to this project we rely on your hard work, special thanks going to long-time contributors @Reedyuk and @Daeda88
-
v1.13.0 Changes
June 21, 2024What's Changed
- ⚡️ Update README.md by @nbransby in #495
- ➕ Adds an optional Source argument to DocumentReference and Query by @Qw4z1 in #491
- ➕ Added Settings to deal with newer settings & add callback threads by @Daeda88 in #450
- ➕ Add some iOS readme details by @Daeda88 in #502
- 🛠 Fix OnDisconnect failing to updateChildren by @Daeda88 in #494
- ⚡️ Update firebase-java to 0.4.2 by @nbransby in #507
- Kotlin 1.9.23 by @Daeda88 in #508
- firebase java sdk version change by @taetae98coding in #516
- Firebase messaging frame by @mr-kew in #509
- ➕ Add metadata to Firebase Storage by @deBasMan21 in #514
- PhoneAuthProvider improvement for ios by @kiiskristo in #528
- ➕ Add firebase analytics by @BasBuijsen in #525
- 🚚 Moved dependency declarations to the TOML file by @siarhei-luskanau in #532
- 🏗 Run android emulator on ubuntu build agent by @siarhei-luskanau in #524
- Messaging improvements by @BasBuijsen in #536
- 📚 Documentation with Dokka and KDoc by @BasBuijsen in #537
- 📚 Test documentation by @Reedyuk in #539
- ➕ Add storage with custom url by @BasBuijsen in #540
🆕 New Contributors
- @Qw4z1 made their first contribution in #491
- @taetae98coding made their first contribution in #516
- @mr-kew made their first contribution in #509
- @deBasMan21 made their first contribution in #514
- @kiiskristo made their first contribution in #528
- @BasBuijsen made their first contribution in #525
- @siarhei-luskanau made their first contribution in #532
Full Changelog : v1.12.0...v1.13.0
-
v1.12.0 Changes
April 04, 2024What's Changed
- ⚡️ Update README.md to reflect kotlin 1.9.20 by @Reedyuk in #462
- ➕ Adding Serialization fixes by @Daeda88 in #448
- ⚡️ Update firebase java by @nbransby in #484
- 🛠 Fix passing GCMSenderId to FirebaseOptions on Android/iOS by @Daeda88 in #447
- 🚚 Move FieldPath.documentId to companion object by @Daeda88 in #487
- ⚡️ chore(deps): update dependency firebase/firebase-ios-sdk to from:
10.23.0by @tomu28 in #481 - 🛠 Fix fr DocumentId not working on JS by @Daeda88 in #489
🆕 New Contributors
Full Changelog : v1.11.1...v1.12.0
-
v1.11.2 Changes
May 05, 2024🛠 fixed deserialization in DataSnapshot.value() by using export format to prevent https://stackoverflow.com/q/78429143/737857
Full Changelog : v1.11.1...v1.11.2
-
v1.11.1 Changes
January 15, 2024What's Changed
- 🛠 Fixed issue where crashlytics would put different crashes under the s… by @Reedyuk in #457
- 🚀 Release/1.11.1 by @Reedyuk in #461
Full Changelog : v1.11.0...v1.11.1