
I'm using OTP based login in my app. I want to check if an user already has an account. If he/she doesn't have an account, their data will get uploaded to the database.
Is there any way to check if an user already exists in OTP based Phone authentication?
account.createPhoneSession()
creates a new session for the existing user but doesn't throw error if user already exists.
Recommended threads
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
