Hello,
I try to run StepCounterKotlin sample.
After selecting a Google Account, an empty white popup is shown, just with a loader at the top. And it stuck in this place.
No errors are visible in logcat . I tested in the emulator and on Redmi Note 8 phone.
Package name match credentials for my Cloud project, package name matches the applicationId in the app/build.gradle file, and Signing-certificate fingerprint from debug.keystore is entered correctly.
Should I make some additional setup on Google API Console?
Best