https://kotlinlang.org logo
Title
l

Landry Norris

08/19/2021, 7:21 PM
I'm currently prototyping a Kotlin/JVM server app that will use Firestore as the backend data storage. I noticed that com.google.firebase:firebase-admin:8.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

asad.awadia

08/19/2021, 9:33 PM
nope that’s what is available
and yes it sucks
just the state of the land for kotlin server side
l

Landry Norris

08/19/2021, 9:34 PM
Got it. I noticed that there is a firebase-kotlin-sdk project, but it sadly only supports mobile and js.