Kotlin-Multiplatform-Firebase icon indicating copy to clipboard operation
Kotlin-Multiplatform-Firebase copied to clipboard

Kotlin Multiplatform - Android/iOS/Web/Node.Js(FIrebase)

Results 10 Kotlin-Multiplatform-Firebase issues
Sort by recently updated
recently updated
newest added
trafficstars

Firebase doesn't have support for JVM clients (like a tornado FX app) it would be great to add support using an embedded node.js instance. Maybe using something like this: https://github.com/apigee/trireme...

Hi, your project is shown as made ouf of a lot of C++ and Obj-C because all the Cocoapods are dumped into this repo. I'm requested that they are removed...

src/iOSMain/kotlin/rubylich/ktmp/features/posts/PostsView.kt:13:1: error: mixing Kotlin and Objective-C supertypes is not supported

Hello, how can I use this project? Can u provide some wiki please?

https://github.com/RubyLichtenstein/Kotlin-Multiplatform-Firebase/blob/master/common-all/src/commonMain/kotlin/rubylich/ktmp/base/BaseRepo.kt#L28 What will be, if I want serialize not Post class instance. I think you can create interface for serialize, and check that class is implement it.