Rank 2: Process
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
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 2: Process
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
Admin
What do you mean? You want to get their plaintext password?
Rank 2: Process
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.
Admin
You have to use a server SDK and API key. It's not meant to be used in a flutter app
Rank 2: Process
Well i found my Problem.... and i'm an Idiot....
Rank 2: Process
sry for waste ur time...
Admin
no worries at all!
Rank 2: Process
My Problem was... i updated the Database but not my Packages in my App....