firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
When using the project in JS, I try to collect the values for an object, but the children count is always 1. The same code on Android returns more than...
I'm not sure if this is a bug or not but I have a simple function returning an array of objects: ``` exports.leaderboard = functions.https.onCall((data, context) => { return [...
I am using the Java Admin SDK on server-side code, and found that many of the extensions in the firestore portion of this repo could easily be ported to the...
Thank you for providing the very best Library! I'm getting Webpack errors in the following environments - kotlin 1.4.30 - use library + dev.gitlive:firebase-auth + dev.gitlive:firebase-firestore ↓This is a sample...
I have a Kotlin Web project. It is a SPA written using React framework in Kotlin. Now I want to use Firebase services. I've added this to my kts file:...
| Library | Class | Platforms | | :-----------------| :------------------------ | :---------------------- | | storage | FirebaseStorage | Android, iOS |
Is anything extra required to compile a project on iOS (that's using this library). It keeps throwing the `ld: framework not found FirebaseFirestore` error. I've turned the internet upside down...
Gradle fails to locate firebase-messaging artefact. `dev.gitlive:firebase-firestore:1.3.1` works fine. ``` Could not find dev.gitlive:firebase-messaging:1.3.1. Required by: project :app ```
The README.md [states](https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/README.md#flows), emphasis mine: > **The flows are cold** which means a new listener is added every time a terminal operator is applied to the resulting flow. A buffer...
This would remove the overheads associated with the wrapper classes