Hey everyone :wave: I'm working on a Compose Multi...
# multiplatform
m
Hey everyone đź‘‹ I'm working on a Compose Multiplatform app and looking to use Firestore with real-time updates (i.e.,
addSnapshotListener
) on desktop targets. I came across the Firebase Kotlin SDK by GitLive, which claims to support Firebase in KMP, including desktop and web. But I couldn’t find clear documentation on whether real-time listeners (like snapshot listeners) are actually supported on desktop. Has anyone successfully implemented real-time Firestore updates using this SDK on desktop? Or is there any workaround you’d recommend? Thanks in advance!