I'm trying appwrite auth with my flutter app using google signin. It opens an in-app browser to select a Google account but keeps on redirecting to "account selection" instead of returning to flutter app.
While debugging, it does bring the control back to code and account.get() returns google user information without any issues. Just need to know how to close the webview/account selection list automatically.
This is exactly as same as described at here "https://discord.com/channels/564160730845151244/1312089795429924884"
Thanks,
TL;DR
Developers are experiencing issues with Google SignIn in their Flutter app, as it redirects to the Google account selection page instead of returning to the app. The user information is retrieved successfully in the code backend. The solution provided in a Discord link may offer a fix for this problem.