firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

A Kotlin-first SDK for Firebase

Results 208 firebase-kotlin-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

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:...

dependencies
java

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...

dependencies
github_actions

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...

dependencies
java

Bumps org.jmailen.kotlinter from 4.4.0 to 4.4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jmailen.kotlinter&package-manager=gradle&previous-version=4.4.0&new-version=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...

dependencies
java

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...

dependencies
java

Bumps com.adarshr.test-logger from 3.2.0 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.adarshr.test-logger&package-manager=gradle&previous-version=3.2.0&new-version=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...

dependencies
java

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...

API coverage