
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
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
