Hey I have a question how can I display the password of a user as described in the docs I want to use it for a security query but somehow I can't achieve that as described in the docs....
Thanks in advance
I use btw Flutter/Dart
What do you mean? You want to get their plaintext password?
In the docs it is described that you can query the password of the user via the user objects using the user ID but I don't get a result or the option is not displayed at all in Flutter/Dart although I followed the docs.
You have to use a server SDK and API key. It's not meant to be used in a flutter app
Well i found my Problem.... and i'm an Idiot....
sry for waste ur time...
no worries at all!
My Problem was... i updated the Database but not my Packages in my App....
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...