https://kotlinlang.org logo
#compose-wear
Title
# compose-wear
k

Karel Herink

11/10/2023, 8:25 AM
i have an app (requires a phone to function properly) but i am not sure how to integrate with Firebase Crashlytics to monitor for crashes etc. so i am looking for best practices, anyone have experience with this?
could it be the same as any android app? i can't seem to find much relating to wear os specifically
y

yschimke

11/10/2023, 8:40 AM
Yep
Look at confetti
The main thing it does differently is a custom key so you can filter easily afterwards. Since app name matches
Firebase.crashlytics.setCustomKeys { key("appName", "wearApp")
👌🏼 1
k

Karel Herink

11/10/2023, 8:47 AM
thank you yuri - i'll check it out!
yep - awesome, it just works, again thank you @yschimke for providing a straight forward example!
👍 1