I'm currently prototyping a Kotlin/JVM server app ...
# server
l
I'm currently prototyping a Kotlin/JVM server app that will use Firestore as the backend data storage. I noticed that com.google.firebasefirebase admin8.0.1 seems to be lacking in documentation and Kotlin extensions for Firestore (Realtime DB seems to have a better experience, but doesn't fit the data structure I need as well). Does anyone know of a better Firestore library for Kotlin/JVM (specifically for a server application)?
a
nope that’s what is available
and yes it sucks
just the state of the land for kotlin server side
l
Got it. I noticed that there is a firebase-kotlin-sdk project, but it sadly only supports mobile and js.