Hey everyone, I'm uploading an update of my app to the Play Store, and for some reason, after logging in, the user is being automatically logged out.
My home page (the page users are directed to after login) has an action that checks if the email is verified and if a certain field is filled out. If everything is okay, the user remains on the page; otherwise, an 'info dialog' appears, and the user is logged out.
I thought the issue might be there, but I've tested it on the web version and PWA, and it works perfectly. Moreover, in the previous version that was already on the Play Store, it was configured this way and worked fine.
Does anyone have any idea what might be happening?
Thanks!