hello, excuse me, can ktor client be implemented for desktop applications with compose?
✅ 1
👌 3
s
spierce7
10/30/2022, 11:12 PM
Yes. For any application running across multiple platforms, ktor is the way to go.
j
Jesus Medina
10/31/2022, 12:49 AM
ohhhhhh, great. If I imagined it, but I haven't seen it implemented, but thanks I'll start to code XD
s
spierce7
10/31/2022, 12:51 AM
Through REST APIs, yes. If you are wanting firestore, no. Firestore doesn’t properly support desktop. However, I would consider that lucky if I was you.
Firestore, in most applications, especially with a team of developers, will eventually become a regret, and a source of large costs and technical debt.
j
Jesus Medina
10/31/2022, 12:56 AM
ohhhh, I understand.
Thank you very much😁, I will have it on mind
l
Landry Norris
10/31/2022, 12:55 PM
You can use the admin API for JVM if the security implications of doing this are fine.