firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

[FR] Add orderBy and filterBy optional parameters to admin.auth.Auth.listUsers

Open cargallo opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. No way of retrieving disabled users or not verified accounts

Describe the solution you'd like listUsers(maxResults?: number, pageToken?: string, orderBy: string, filterBy: string): Promise<ListUsersResult>

Describe alternatives you've considered As there is no option to filter or sort users, you have to create a collection in the db generating ambiguity to be able to manage users. For example I want to see users disabled or who have not validated their mail.

Additional context Add any other context, code samples or screenshots about the feature request here.

cargallo avatar Nov 29 '19 17:11 cargallo

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Nov 29 '19 17:11 google-oss-bot