Hello,
I am deploying to Android via Google Store (on internal testing mode).
My app supports Sign-In via Google, and it works well on web, but for some reason it does not work at all on mobile. Sign-in via email works normally, so I believe it is not a permissions issue.
I have no idea why. The account selection popup appears, I select my account, the popup closes and nothing happens. I check on Firestore and the account is not even created.
Could you point me to how to debug this?
Thank you.