I am trying to get users current and historical step count for android part of my pedometer application. There is Google fit api for this. However I don't know how to do following with the xamarin forms app:
Promt user to give permission and authorize google fit api
Get google oauth2 access and refresh token to make following current and historical step data calls.
I could find some github samples but they use deprecated apis and could not make them work. Any help is appreciated, thanks.