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

| Library | Class | Member | Platforms | |:---------|:-----------------|:---------------------|:-----------------| | firestore | annotations | DocumentId | Android, iOS | Add a way to get documentId as a property inside...

First of all, a huge thank you for the work you're doing here! Now onto my issue: I am in the process of migrating my app to `Kotlin Multiplatform` and...

@nbransby Hello, can you share your thoughts about wasm support? As I can see, it's relevant for some people (including me) https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/426

API coverage

When trying to run `./gradlew assemble` (which is also the first step of the CI workflow) locally, the build fails with the following errors: ``` > Task :firebase-app:compileKotlinIosArm64 FAILED e:...

Hi, I'm trying to create new library in this sdk but first I need to get it in a state where the gradle build doesn't fail ``` > Task :firebase-firestore:podBuildFirebaseFirestoreIphonesimulator...

Hi! I am wondering if there is support for @IgnoreExtraProperties within the common module. And if not, what would be a recommended way to use this Firebase Database feature within...

1. Improvements and fix typos to the README.md file 2. Add the installation section

How do I initialize the app? I get this error message: `Caused by: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.bambuser.onetoone.dev. Make sure to call FirebaseApp.initializeApp(Context) first.` the...

| Library | Class | Member | Platforms | | :-----------------| :------------------------ | :----------------------------------- | :---------------------- | | Performance | Trace | putAttribute | Android, iOS |

API coverage

When trying to run `jsLegacyTest` task locally or as part of Pull Request workflow, some of the tests fail with the following error: ``` UNKNOWN: Firebase: No Firebase App '[DEFAULT]'...