firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
When adding analytics to project, there is some linking issue with Xcode. My setup works fine for other libraries (like auth, firestore, storage even messaging), but not for analytics. Any...
Bumps `kotlin` from 2.0.20 to 2.0.21. Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20 to 2.0.21 Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend....
Bumps `agp` from 8.6.0 to 8.7.1. Updates `com.android.tools.build:gradle` from 8.6.0 to 8.7.1 Updates `com.android.application` from 8.6.0 to 8.7.1 You can trigger a rebase of this PR by commenting `@dependabot rebase`....
Fixes #604 and trumps #605 This solution extends all update methods in Firestore to support more advanced update methods. String fields and FieldPaths can now be used interchangably and custom...
Hi. Xcode 16 adds a new check to validate that the linking dynamic library doesn't attempt to link against a library with its own install name. This happens in this...
I am attempting to setup a polymorphic object that will be contained within another object. Serialization and saving to the database is working as intended, but fetching and deserializing from...
Bumps com.google.firebase:firebase-bom from 33.2.0 to 33.4.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps `kotlinx-coroutines` from 1.9.0-RC.2 to 1.9.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0-RC.2 to 1.9.0 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases. 1.9.0 Features Wasm/WASI target support (#4064). Thanks, @igoriakovlev! limitedParallelism now optionally accepts...
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization) from 1.7.2 to 1.7.3. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's releases. 1.7.3 This release aims to fix important issues that were discovered in the 1.7.2 release, including the inability...