https://kotlinlang.org logo
Title
n

Nacho Ruiz Martin

07/11/2021, 9:01 AM
Hey everyone! 👋 I’m starting the dev of a multiplatform app and I wanted to skip the server-side development by using any BaaS. At first, I thought of using Firebase, but I found that there isn’t an oficial pure Kotlin SDK. This one looks good but it doesn’t contain all features. Do any of you know of any BaaS that has a pure Kotlin SDK or has used the open source Firebase SDK? Thanks! 🙇
Does it make sense if I just use it through the HTTP API or is it really harder?
s

Steve Soltys

07/11/2021, 3:15 PM
Your best bet would likely be implementing any required APIs that are missing from that library
n

Nacho Ruiz Martin

07/11/2021, 3:16 PM
Sounds legit, thanks.
m

Michaeljon Hayden

07/15/2021, 3:27 PM
If it helps I'm in the process of implementing the storage module for that lib. At least for android/ios.