forked from GitLiveApp/firebase-kotlin-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] SNAPSHOT publishing #62
Draft
thoutbeckers
wants to merge
90
commits into
master
Choose a base branch
from
snapshot
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
good one |
Fix update issue
Adds missing fields to AuthResult and makes its constructor public
# Conflicts: # firebase-auth/src/androidMain/kotlin/dev/gitlive/firebase/auth/auth.kt # firebase-auth/src/commonMain/kotlin/dev/gitlive/firebase/auth/auth.kt # firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/auth.kt # firebase-auth/src/jsMain/kotlin/dev/gitlive/firebase/auth/auth.kt # firebase-auth/src/jsMain/kotlin/dev/gitlive/firebase/auth/externals/auth.kt # firebase-auth/src/jvmMain/kotlin/dev/gitlive/firebase/auth/auth.kt
Tests for null using optional unwrap don't make much sense
Bumps [dev.gitlive:firebase-java-sdk](https://github.com/GitLiveApp/firebase-java-sdk) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/GitLiveApp/firebase-java-sdk/releases) - [Commits](GitLiveApp/firebase-java-sdk@v0.4.5...v0.4.6) --- updated-dependencies: - dependency-name: dev.gitlive:firebase-java-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ev.gitlive-firebase-java-sdk-0.4.6 Bump dev.gitlive:firebase-java-sdk from 0.4.5 to 0.4.6
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `agp` from 8.5.2 to 8.6.0. Updates `com.android.tools.build:gradle` from 8.5.2 to 8.6.0 Updates `com.android.application` from 8.5.2 to 8.6.0 --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ge-method Added get reference from url
…tlinx-serialization-core-1.7.2
…pp#616) Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.1.0 to 2.1.1. - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) --- updated-dependencies: - dependency-name: com.android.tools:desugar_jdk_libs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Reed <[email protected]>
…tlinx-serialization-core-1.7.2
…sugaring Disable Desugaring for the library itself
…tlinx-serialization-core-1.7.2
…rg.jetbrains.kotlinx-kotlinx-serialization-core-1.7.2 Bump org.jetbrains.kotlinx:kotlinx-serialization-core from 1.7.1 to 1.7.2
…gp-8.6.0 Bump agp from 8.5.2 to 8.6.0
This reverts commit 4176fe6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch can be used to publish SNAPSHOTs to sonatype
repo
maven("https://oss.sonatype.org/content/repositories/snapshots/")
by merging code changes into this branch.The artifact id is
com.splendo.firebase:firebase-*
with e.g. version1.8.1-[build-nr]-SNAPSHOT
, the build nr can be seen on the actions run, for example this is build 2 so the an example artifact inclusion would beapi("com.splendo.firebase:firebase-firestore:1.8.1-2-SNAPSHOT")