
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
- Implement sorting (by $createdAt) while ...
??
- Global Variables
I'm building a Azure DevOps Pipeline Task to deploy my functions to Appwrite using REST APIs. How can I set project global variables via REST? This endpoint do...
- Function Event wildcards caused infinite...
Hi guys <@&1319717958645452800> I created a function to be triggered everytime an item is added or checked state changed in items collection it update the li...
