I'm trying to add Firebase Analytics to my wearOS project. Everything works fine for the phone app but when I check the logs for the wearOS version I get this message:
Missing google_app_id. Firebase Analytics disabled.
Since all the code related to Analytics is in a shared module I'm starting to think that Firebase Analytics does not work with wearOS. Am I right?