You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently learning how to develop wear apps, and I came across your fantastic app. I've created a Firebase app and enabled real-time database functionality. However, I've encountered a few issues:
The Nutrition Tab appears to be stuck in a loading state.
The Schedule Tab only displays week names.
The Body Tab doesn't show any data; it only displays the "My Goals" bottom sheet.
I attempted to debug these issues and discovered that the observer in the Body Fragment is not triggering the success or error states. It would greatly assist me in understanding the data connectivity between the Wear and Mobile app if you could provide some guidance.
I would greatly appreciate your assistance. Thank you.
The text was updated successfully, but these errors were encountered:
This repository hasn't received any updates since 3 years, which means the project is heavily outdated on several levels (Android version, library versions, framework - Google Fit versions). It would take a couple of time to bring all these things in an up-to-date state.
The Google Fit API is deprecated, so the body tab would not work altogether. The other two tabs might have issues with the Firebase configuration. The app was only developed for personal usage, so there might a couple of flaws and bugs in the initial setup.
Hi @shockbytes ,
Outdated code might be the culprit here. I've updated its libraries with the hope of making it work, but unfortunately, the issues persist. It's possible that the problems stem from the Google Fit code integration.
Hi @shockbytes ,
I'm currently learning how to develop wear apps, and I came across your fantastic app. I've created a Firebase app and enabled real-time database functionality. However, I've encountered a few issues:
I attempted to debug these issues and discovered that the observer in the Body Fragment is not triggering the success or error states. It would greatly assist me in understanding the data connectivity between the Wear and Mobile app if you could provide some guidance.
I would greatly appreciate your assistance. Thank you.
The text was updated successfully, but these errors were encountered: