when I logout from google session in flutter by deleting all sessions & try to login again with google again, It not shows google accounts. It directly sign in with previous session.
So you're saying you're redirected to Google, but instead of seeing the list of Google accounts, you're automatically sent back to Appwrite and then your app?
Yes
@Steven I deleted all sessions while logout.
I'm pretty sure this is just something on Google side. They probably have some cookie set that remembers the last selected account
Yep that's right. Google tends to remember which account you selected, and uses that to login.
Don't know of a clean way to circumvent that though
That happens in any app, if you want to change the account you must clear the cache of the application
Recommended threads
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...