Recently, I tested my app and found that the previous hack for the google auth is now not working anymore. After searching and reading docs, I was able to set it up again but now I am unable to redirect back to my app after the google sign in. Attached picture shows the code for the googleAuth. Please Help!
What's the deeplink url?
Ignore the RedirectURL
And that's the correct project id?
And this is still your code?
Using the same project ID and yes, I am still using the same code.
oh and one more thing to consider, I am developing for Android.
And what's the page you end up on?
it stucks here
Weird the page is blank like that...
Are you able to see what the the url is?
Maybe using chrome remote dev tools or that some option in the menu in the emulator
I added a few print statements to check the URL.
This is the same URL which is being opened in the BrowserSession on the emulator
Do you go though Google first?
Yes, but not anymore. It showed me only once asking for permission to sign in with google. After that, it just showed this.
Is it working for you?
Recommended threads
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...