We are using Firebase, and we were wondering if Ko...
# kotlin-native
d
We are using Firebase, and we were wondering if Kotlin Native can successfully deal with Firebase Authentication on the different platforms
n
Kotlin Native doesn’t deal with anything on its own. It’s up to you to provide an implementation for each platform. Technically it should be possible.
d
Ok, I was hoping for an official support by Firebase to Kotlin Native. As Firebase focus is also on multiplatform.
p
Firebase has bindings (API) for Java/Kotlin/Android, JS, and iOS last time I checked so you would use those bindings on the relevant platforms you are targeting. It is still early days for Kotlin multiplatform but a Firebase example will be appear soon, I have no doubt. I plan on having an app in late Q1 2019 that does just that and I am rooting for someone to beat me to it. 🙂
a
I also opened a Firebase ticket to request Kotlin-Native SDK. I'd recommend doing the same too. More people asking for it may help them decide to create one.
👍 1