firebase / firebase/firebase-admin-node

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

オープン
#710 コメント 1 件 リアクション 1 件 担当者 1 名 @bojeil-google が担当を希望しています GitHub で見る
api: auth type: feature request
主要言語
TypeScript
スター
1.7k
フォーク
419
平均マージ
3日 10時間
マージ済み PR(30日)
16

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。