Hi guys, how can we use Firebase in compose-deskto...
# compose-desktop
l
Hi guys, how can we use Firebase in compose-desktop?
s
I believe there is only a Firebase SDK for Android and iOS. At least I wasn't able to get Crashlytics with that Android lib on JVM. If you look for that check out Sentry.io - they have a dedicated Java SDK.
l
Thank you for your information @Stefan Oltmann, very helpful for my case. 🙌
s
You are welcome. 🙂
c
There are also web, flutter, unity.
Screen Shot 2023-02-16 at 10.06.57 AM.png
I think it's also API so, there can be some workaround. As long as you can catch the exception and crash in global scope.
There's a server key and I think you can use it for database, messaging at leat.
s
Thanks for the update. 🙂 I still prefer Sentry. They are the best.
c
Yes, but Firebase is free though.
s
Firebase Crashlytics does not work for compose-desktop. It's only iOS, Android, Web, Flutter and Unity. You can self-host Sentry for free or use their free tier.