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

I added analytics sdk recently and I am not seeing any events in firebase console (both on events and debug view). For crashlytics I see the fatal and not fatal...

Hi , I am working on a KMP project (Android & iOS), and I've update to the version **1.13.0** (so I can upload ByteArray to firebase **storage**). Since the update,...

https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/70d05149b232c68d7fcdec0b5c359600b86f17cd/gradle/libs.versions.toml#L19

Hi, thanks for providing the library, it's really helpful so far. Would you happen to have some instructions on how to initialize the Crashlytics on iOS? Right now I have...

initialization logic for the sdk should be available in the main readme so users can easily set up their projects. Thank you.

There are no viable, well supported navigation libraries. All the available libraries are solo projects and have no long term support. The examples from Google and Kotlin are out of...

I'm getting this error when running assembleDebug even if the minSdk is 30 - https://github.com/GitLiveApp/firebase-kotlin-sdk?tab=readme-ov-file#running-on-android > An issue was found when checking AAR metadata: > > 1. Dependency 'dev.gitlive:firebase-config-android-debug:2.1.0' requires...

Hello. In an Android project I got a RemoteConfig in classes using DI. In it I configured the RemoteConfig in the module specifying the update period and default values. I...

I'm trying to use setConsent() for analytics in my web app. However, after using the functionality I find this error during my build: ```export 'ConsentSettings' (imported as 'ConsentSettings') was not...