Ready to post? First, try searching for your answer.
I am trying to use Auth0 in my flutter application. Everything works as expected, but on iOS, when I login using google account A, I can’t select another account during the login. In simulators I just wipe the entire simulator to login with a new account, but that’s a bit annoying.
I found this thread on the forum Google Single account login does not present a way to use any other account that discusses it, but not in Flutter.
I’ve scoured the docs to figure out how to pass the select_prompt
option via Flutter, but it doesn’t seem possible, or it’s not documented, or more likely, I didnt look hard enough.
Any tips on this?
Thanks!