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

First of all, thanks for your awesome work. Is it planned to develop the Firebase Messaging API?

API coverage

Is it planned to add Firebase AdMob API? Thanks!

API coverage

Is it planned to develop the Firebase Crashlytics API?

API coverage

The [Firebase Admin SDK](https://firebase.google.com/docs/reference/admin) is required server-side by Cloud Functions wanting to interact with Firestore and other services. Are there any plans to implement this?

API coverage

The FirebaseOptions generated on the multiplatform level is missing the GCMSenderId on Android and iOS (on JS it is not used) This pr fixes that

Final one for now: This one updates Firestore/Database to provide settings. This includes fixes for deprecated Persistency settings (though not on Java as that is not tracked yet) and adds...

Doing this in common code of KMP project: ``` remoteConfig.setDefaultsSafe(*defaults) remoteConfig.fetchAndActivate() log.d { remoteConfig.all } ``` results in the expected behavior on Android (remote values get fetched and updated), while...

JetBrains requires migrating the Android Firebase dependencies to the KTX API, as indicated in their IDE message: `"'initialize(Context): FirebaseApp?' is deprecated. Migrate to use the KTX API from the main...

So first off, my assumption about the Query.where method that takes params `field: String, inArray: List` is that it should be returning a list of all entries from that collection...

Hello everybody, there is no way to complete phone number sign in because we don't have verificationId after code sent.

API coverage