firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
Bumps [dev.gitlive:firebase-java-sdk](https://github.com/GitLiveApp/firebase-java-sdk) from 0.4.3 to 0.4.5. Release notes Sourced from dev.gitlive:firebase-java-sdk's releases. 0.4.5 dont wrap in a FirebaseException as this is called internally and expects the original exception Full Changelog:...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. Release notes Sourced from gradle/gradle-build-action's releases. v3.0.0 This is the first release of gradle/gradle-build-action available with the v3 version tag. [!IMPORTANT] As of v3...
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.15.0-Beta.2 to 0.16.3. Release notes Sourced from org.jetbrains.kotlinx.binary-compatibility-validator's releases. 0.16.3 What's Changed: Fixed support for Gradle version older than 8.2 (#263) 0.16.2 What's Changed: The plugin was...
Bumps org.jmailen.kotlinter from 4.4.0 to 4.4.1. [](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 `kotlin` from 2.0.0 to 2.0.20. Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.0 to 2.0.20 Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange...
Bumps com.adarshr.test-logger from 3.2.0 to 4.0.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...
Combined the Dependabot PRS because the Kotlin upgrade required some code changes and this proved the best way to prevent merge conflicts
How to make init firebase in compose multiplatform
### Android works fine, iOS build fails. ### Version 1.13.0 for auth, analytics, firestore and storage When trying to run app on iOS getting: - Undefined symbol: _OBJC_CLASS_$_FIRAnalytics - Linker...
| Library | Class | Member | Platforms | |:---------|:-----------------|:---------------------|:-----------------| | e.g storage | e.g FirebaseStorage | e.g putBytes| e.g Android, iOS, Web | Could you update FirebaseStorage to accept...