-
-
Notifications
You must be signed in to change notification settings - Fork 182
Comparing changes
Open a pull request
base repository: GitLiveApp/firebase-kotlin-sdk
base: v2.2.0
head repository: GitLiveApp/firebase-kotlin-sdk
compare: v2.3.0
- 12 commits
- 24 files changed
- 7 contributors
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a1c67d4 - Browse repository at this point
Copy the full SHA a1c67d4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 414c0fc - Browse repository at this point
Copy the full SHA 414c0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec5b5f - Browse repository at this point
Copy the full SHA 6ec5b5fView commit details
Commits on Aug 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 93b9059 - Browse repository at this point
Copy the full SHA 93b9059View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 37002ca - Browse repository at this point
Copy the full SHA 37002caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 417e83a - Browse repository at this point
Copy the full SHA 417e83aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5c91a6c - Browse repository at this point
Copy the full SHA 5c91a6cView commit details -
Expose iOS MultiFactorResolver to FirebaseAuthMultiFactorException (#727
) Co-authored-by: Andrew Reed <[email protected]> Co-authored-by: Nicholas Bransby-Williams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56f3dab - Browse repository at this point
Copy the full SHA 56f3dabView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c84afc - Browse repository at this point
Copy the full SHA 4c84afcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b484a6a - Browse repository at this point
Copy the full SHA b484a6aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7e4c1bb - Browse repository at this point
Copy the full SHA 7e4c1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a54ba01 - Browse repository at this point
Copy the full SHA a54ba01View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.3.0