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
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support π I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- π Realtime Flutter SDK Crash β Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...