Hey everyone! :wave: I’m starting the dev of a mul...
# multiplatform
n
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
Your best bet would likely be implementing any required APIs that are missing from that library
n
Sounds legit, thanks.
m
If it helps I'm in the process of implementing the storage module for that lib. At least for android/ios.