I needed to make a desktop application. I preferred Compose for Desktop because I have experience with jetpack compose on Android, but Firebase doesn’t support desktop app directly. How can I solve this problem?
I tried using Admin Sdk, but although it worked for firestore, it was insufficient to log in in the authentication section.