Back

Phone auth - how to check if phone number is already registered in Flutter

  • 0
  • Flutter
  • Auth
  • Cloud
Ahmet Bey
1 Aug, 2024, 17:25

Hello, I am using flutter and doing phone authentication. I would like to check if the phone number entered in the register screen is already registered and verified. How can I do this? Thank you for your help.

TL;DR
- Developer using Flutter for phone authentication - Wants to check if phone number entered in register screen is already registered and verified - Solution: Call endpoint to get user object, check phoneVerification attribute
Joshi
1 Aug, 2024, 17:32

Call this endpoint https://appwrite.io/docs/references/cloud/client-web/account#get It returns an user object https://appwrite.io/docs/references/cloud/models/user

check phoneVerification attribute

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more