GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Compose multiplatform support (for jvm, macos, wasm, linux etc.) #409

Closed dQqAn closed 1 year ago

dQqAn commented 1 year ago

Is there any work on it?

Also, some API coverage are not 100%. Can you share what features are supported and not supported in the document?

nbransby commented 1 year ago

You'll need to check the source to see whats covered - look at the commonMain source for the except statements - pretty concise list on whats supported

nbransby commented 1 year ago

Compose multiplatform is now supported in release 1.9.0 via the https://github.com/GitLiveApp/firebase-java-sdk

nowiwr01w commented 11 months ago

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