
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
- Still showing this after complete my pay...
This project is in readonly mode. Please contact the organization admin for details.
- Appwrite Function Not Updating After Dep...
I created a Node.js Appwrite function and deployed it successfully. When I accessed /ping, it returned pong as expected. Later, I cloned the function repo, edit...
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
