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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...