I started working on a desktop application in Intelij Idea with Compose Multiplatform plugin. I want to connect Firebase Realtime Database to this project. But I couldn't find anything on this topic, is it possible? if so how to do it?
I tried to use Firebase Kotlin SDK, but apparently it doesn't support desktop applications. The last hope is the Firebase REST API, but before I deal with it, I would like to understand if it can solve my problem, and are there any easier solutions for it.