Dpk19Original post
Web Developer
I created a web app and added Google OAuth2 Sign in. It is working fine in desktop browser (Chrome, Edge) on windows and Android Browser (Chrome, Edge) but I am unable to login into iOS browser (chrome, safari, edge). I am getting back to successUrl but when doing account.get(); not getting the user data. Can anybody please help?
Summary
Google OAuth2 Sign in is functional on desktop and Android, but not on iOS. The issue arises when trying to retrieve user data after a successful login.