
Hi all! Maybe a noob question ๐ Trying to build a topic focused social media app with flutter, riverpod and appwrite. I am trying to stay away from email/password auth combo for now and only let users sign up and login via an OTP, through the createSession function. The sign up and verification works (both for email and phone) but when I try to log users in who already has an account, there's probably a conflict happening with the email and newly generated userId. What am I missing here? How can I check whether that email is already tied to an account? Should I create a document or is it possible to do this natively in the Auth/Account library? Thanks a lot in advance!!! //Can
Recommended threads
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
- Invalid Origin Error โ Need Help Registe...
Subject: Invalid Origin Error โ Need Help Registering Platform Hi Appwrite Support <:appwrite:1156975611466764298> , I'm encountering an issue when trying to ...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
