Is there a way to check if a user is registered within the account api? Firebase has a function for this call "fetchSignInMethodsForEmail".
I want to achive, that a user enters the email adress and conditionally on the result i show a sign in or sign up flow (using Flutter)
I think this is generally discouraged, as it helps brute-forcing accounts.
I understand the argument - but even Airbnb uses this procedure
(and also google uses this..)
Sure. So if you do actually want to do this, you could use an Appwrite Function, which would call the users.list() method.
Thanks, have to check
works really straightforward, thanks!
Great! If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
[SOLVED] Check if user is registered (with Email)
Recommended threads
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...