i have an app (requires a phone to function proper...
# compose-wear
k
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
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
thank you yuri - i'll check it out!
yep - awesome, it just works, again thank you @yschimke for providing a straight forward example!
👍 1