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
- 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...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...