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
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...