firebase / firebase/firebase-admin-node

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

Open
#710 1 comment 1 reaction 1 assignee Claimed by @bojeil-google View on GitHub
api: auth type: feature request
Dominant language
TypeScript
Stars
1.7k
Forks
419
Avg merge
3d 10h
Merged PRs (30d)
16

Description

**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

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.