May I know is there anyone can help with this matter? I'm so lost for my web. The account info is created after login using google. However, it does not lead to my local website (as it is currently in development). What should i do to test the function to get into my specific page?
TL;DR
Developers recommend not hardcoding domains for Flutter web apps with Google Auth. To redirect the URL correctly, try using `localhost` in the redirect URI. This allows testing the login functionality on a local website during development before deploying to a specific page.