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 [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization) from 1.7.2 to 1.8.1. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's releases. 1.8.1 This release updates Kotlin version to 2.1.20, while also providing several important improvements and bugfixes. Improvements Implemented...

dependencies
java

Hello, I'm willing to add the missing implementations for Firebase Performance SDK for iOS/Android. So I will try to make a PR as soon as possible for this feature. I...

API coverage

libc++abi: terminating due to uncaught exception of type NSException *** Terminating app due to uncaught exception 'FIRInvalidArgumentException', reason: 'Unsupported type: MissionsKit_kobjcc0' terminating due to uncaught exception of type NSException CoreSimulator...

Bumps [dev.gitlive:firebase-java-sdk](https://github.com/GitLiveApp/firebase-java-sdk) from 0.4.6 to 0.4.8. Release notes Sourced from dev.gitlive:firebase-java-sdk's releases. 0.4.8 Full Changelog: https://github.com/GitLiveApp/firebase-java-sdk/compare/v0.4.7...v0.4.8 0.4.7 What's Changed Bump kotlinx-serialization from 1.7.1 to 1.7.2 by @​dependabot in GitLiveApp/firebase-java-sdk#26 Added...

dependencies
java

Bumps org.jmailen.kotlinter from 4.4.1 to 4.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jmailen.kotlinter&package-manager=gradle&previous-version=4.4.1&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Running ``` kotlin val app = Firebase.app("ExampleApp") Firebase.remoteConfig(app) ``` throws: ``` kotlin.NullPointerException at 0 CoraSDK 0x105c38c2b kfun:kotlin.Throwable#(){} + 75 at 1 CoraSDK 0x105c32adf kfun:kotlin.Exception#(){} + 67 at 2 CoraSDK 0x105c32caf...

Hi. You have a great library! But I see last release in Sep 2, 2024. Is this library maintained or abandoned?

First Thank you for this Api, And my question that i get some problem that if you build desktop project with gitlive and build the realse app you will get...

This is a follow up from https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/500 This also relates to https://github.com/Kotlin/kotlinx.serialization/issues/2223 I also have dynamic content that can be different types: ```json { "value": "someValue" } ``` vs ```json...

Hi. I am trying to upload my bite array to Cloud Storage. I am doing this `.putBytes(Data(byteArray))` but I see that expected declaration have no constructor. What should I do...