How we can integrate FireBase sdk to Compose Deskt...
# compose-desktop
a
How we can integrate FireBase sdk to Compose Desktop ?
s
Can’t vouch for it though
c
It looks like that is just a wrapper over the native Firebase SDKs, and since there is no Java client SDK for Firebase (only Android), I doubt that would work Compose Desktop
👀 1
I believe the only way to get Firebase into a Desktop app right now is directly through its REST API https://firebase.google.com/docs/projects/api/reference/rest
1
911 Views