[Auth] Add search/filter by user id inside Auth table #27536
Unanswered
iosephmagno
asked this question in
Feature Requests
Replies: 2 comments 15 replies
|
For now you can go the table UI. Select auth schema, and the users table. Then use the filters there to filter the phone column. |
15 replies
|
Please check above issues. Auth is buggy, if you dont signup user via otp codes you might not experience issues. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Due to bug supabase/auth#1629, user failed to change his phone number. After several attempt using different phone numbers, the phone number eventually changed to a new one, but that was not the correct one. As consequence of that, the phone number inside table public.users is wrong for this user and we cannot understand what is the user's phone number registered to Auth table because Auth table cannot be filtered by user id. Adding search/filter by user id would help fix this case and would be helpful in general anyway We would appreciate if the feature could be added with upcoming releases.
All reactions