-
Notifications
You must be signed in to change notification settings - Fork 156
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
merge master into Database transactions and small update in plugin.serialization #266
Open
pauminku
wants to merge
53
commits into
GitLiveApp:database-transactions
Choose a base branch
from
pauminku:database-transactions
base: database-transactions
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.
Open
merge master into Database transactions and small update in plugin.serialization #266
pauminku
wants to merge
53
commits into
GitLiveApp:database-transactions
from
pauminku:database-transactions
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
added DocumentSnapshot.dataMap() (fixes GitLiveApp#186)
⬆️ Bump kotlinx-coroutines to 1.5.2 (which adds the same targets) ⬆️ Bump kotlinx-serialization to 1.3.0-RC (which adds the same targets)
GitLiveApp#224) * Removed direct reference of ktx to be in-line with the other android targets and firebase projects. * use library without ktx reference
…_ios_native_targets
…rgets ➕ Add iosSimulatorArm64 target, introduced in KMM 1.5.30
* Implement siginInByEmailLink * Add JS ktor engine * Fix Firebase Auth tests * Upgrade serialization plugin * Cleanup * Remove Ktor * Make idToken and accessToken nullable * Add args assertion
Added granular ios test skip
Added skip for ios tests in auth target.
* Added properties to skip iostarget and skip ios tests. * Adjusted tests to not use skip variable. Added granular ios test skip * Added missing property. Added skip for ios tests in auth target. * added logging * Added different approach to cancel ios tests * Disable test tasks in gradle to skip ios tests * Disable test tasks in gradle to skip ios tests * Moved skip test to the outer scope of a project. * Added ignore case for task check * fixed typo * Added fix for android tests
…ssue-with-firebase Gl 855 fix upload issue with firebase
Adjusted readme.
Added comment on skip test.
* updated Firebase SDKs & dependencies * gradle update
* Add ServerTimestampBehavior * Remove redundant parentheses
Co-authored-by: yves tessier <yves@prospects.com>
* updated Firebase SDKs, fixed one missing -ktx dependency, fixed wrong version of firebase npm dependency in gradle * updated minSdkVersion * adjusting try-catch blocks in jsTest * removed -ktx dependencies
…ame used in the rest of modules
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.
No description provided.