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
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...
- Google's "Choose an account" screen stuc...
I've been struggling with this problem on my servers (self hosted 1.6.0 & 1.7.4) , multiple projects , multiple apps , and I think I have reached a very strange...
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...