hello, excuse me, can ktor client be implemented f...
# compose-desktop
j
hello, excuse me, can ktor client be implemented for desktop applications with compose?
1
👌 3
s
Yes. For any application running across multiple platforms, ktor is the way to go.
j
ohhhhhh, great. If I imagined it, but I haven't seen it implemented, but thanks I'll start to code XD
s
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
ohhhh, I understand. Thank you very much😁, I will have it on mind
l
You can use the admin API for JVM if the security implications of doing this are fine.