Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

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

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GitLiveApp/firebase-kotlin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: GitLiveApp/firebase-kotlin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 7 contributors

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    a1c67d4 View commit details
    Browse the repository at this point in the history
  2. Refactor workflow to separate Kotlin formatting and API checks (#754)

    * Refactor workflow to separate Kotlin formatting and API checks
    
    * Removed push scripts
    
    * Added cancel previous run if in progress.
    
    * Rename formatKotlin job to formatKotlinAndApiDump and add API file update step
    
    * Rename formatKotlinAndApiDump job to lintAndApiChecks and add API check step
    
    * Remove API check step from workflow and adjust conditions for API file update
    Reedyuk authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    414c0fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec5b5f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    93b9059 View commit details
    Browse the repository at this point in the history
  2. Moved Lint and API checks to pull_request_target.yml (#759)

    * Moved Lint and API checks to pull_request_target.yml
    
    The `lintAndApiChecks` job was moved from `pull_request.yml` to `pull_request_target.yml`.
    This change consolidates linting and API checks into a single workflow.
    The concurrency group names were updated to reflect this change.
    Added Gradle and Cocoapods caching to the `lintAndApiChecks` job.
    
    * Removed `lintAndApiChecks` dependency from `jobMatrixSetup`
    Reedyuk authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    37002ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    417e83a View commit details
    Browse the repository at this point in the history
  4. Update gitlive-firebase-java-sdk to 0.6.1 (#755)

    * Update gitlive-firebase-java-sdk to 0.6.0
    
    * Update libs.versions.toml
    
    ---------
    
    Co-authored-by: Andrew Reed <[email protected]>
    nbransby and Reedyuk authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    5c91a6c View commit details
    Browse the repository at this point in the history
  5. Expose iOS MultiFactorResolver to FirebaseAuthMultiFactorException (#727

    )
    
    Co-authored-by: Andrew Reed <[email protected]>
    Co-authored-by: Nicholas Bransby-Williams <[email protected]>
    3 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    56f3dab View commit details
    Browse the repository at this point in the history
  6. auth: suport ActionCodeSettings.linkDomain (#733)

    * bump Firebase Cocoapods from 11.4.0 to 11.8.0
    
    * bump Firebase BOM from 33.10.0 to 33.15.0
    
    * auth: support ActionCodeSettings.linkDomain property
    
    Platforms supported:
    * android
    * ios
    * js
    * NOT jvm
    
    ---------
    
    Co-authored-by: Andrew Reed <[email protected]>
    Co-authored-by: Nicholas Bransby-Williams <[email protected]>
    3 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4c84afc View commit details
    Browse the repository at this point in the history
  7. feat: support for specifying databaseId (#698)

    This commit adds support for specifying the databaseId when creating a FirebaseFirestore instance.
    
    This allows users to connect to a specific database within their Firebase project.
    
    The `firestore` function now accepts an optional `databaseId` parameter. If not provided, it defaults to the default database for the project.
    
    Additionally, the `NativeFirebaseFirestoreWrapper` now stores the databaseId and uses it when initializing the Firestore instance.
    
    Co-authored-by: Andrew Reed <[email protected]>
    Co-authored-by: Nicholas Bransby-Williams <[email protected]>
    3 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    b484a6a View commit details
    Browse the repository at this point in the history
  8. Adding JVM support for Firebase Storage (#704)

    * Adding storage to the JVM target
    
    * removed duplicate dependency
    
    * avoid 0 CONTENT_LENGTH - the header goes missing on desktop, causing Firebase to throw a 411
    
    * remove a useless test case
    
    ---------
    
    Co-authored-by: cramsan <[email protected]>
    Co-authored-by: Nicholas Bransby-Williams <[email protected]>
    Co-authored-by: Andrew Reed <[email protected]>
    4 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    7e4c1bb View commit details
    Browse the repository at this point in the history
  9. Release 2.3.0

    Reedyuk committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    a54ba01 View commit details
    Browse the repository at this point in the history
Loading