
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
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
