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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...