Sronds
CCConvex Community
•Created by Sronds on 2/20/2025 in #support-community
isLoading from useConvexAuth() always returns false
I need help debugging why my useConvexAuth() hook is returning false for isLoading whether or not the user is going through the sign in process.
It is completely unresponsive even signing out or in, it will just remain false. This happens for both normal password/email sign in as well as OAuth sign in. The only time it is set to true is briefly on app launch. But once the user tries signing in it won't be responsive anymore
isAuthenticated on the other hand is properly functioning as expected.
I am using React Native and have wrapped my app with
It's worth noting this used to work properly but I probably introduced a bug but i have no idea how to debug this
3 replies
CCConvex Community
•Created by Sronds on 11/26/2024 in #support-community
How can i add phone auth to an existing user with Convex Auth
I have a user who's signed up and I want to enable them the ability to also sign in with their phone number.
Most of the documentation shows showing either logging in with phone or with email but not both.
It seems like there is a shouldLinkViaPhone and shouldLinkViaEmail in the createAccount function but i'm not sure how to implement it.
Also is there a way to store the phone number without verifying it? Say we only want to verify (with phone) our Users in the US rather than all of them. At first glance, it seems like i'd have to create a separate user_profile table but i wonder if there's a way to do this directly in the existing auth tables.
cc @sshader
1 replies
CCConvex Community
•Created by Sronds on 11/18/2024 in #support-community
help me setup a cronjob that loops through my entire user table and updates a number
currently the following code errors out because i have more than 4096 user rows
doesn't seem like indexes would help so not sure how to solve this. i know i should batch the queries but not sure how to do it
here is the specific error i'm getting
3 replies