Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google fit data is different from device to device with same account

I have created a Google Fit application to read/write data from Google Fit. I have two devices linked to the same account, but I cannot see the data added from one device to another.

How is this fixed?

like image 643
Rakki s Avatar asked Sep 29 '22 12:09

Rakki s


1 Answers

We can read global data (Cloud) by adding the .enableServerQueries() in DataReadRequest

like image 157
Rakki s Avatar answered Oct 06 '22 18:10

Rakki s