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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...