firebase / firebase/firebase-admin-node

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

Abierto
#710 1 comentario 1 reacción 1 asignado Reclamado por @bojeil-google Ver en GitHub
api: auth type: feature request
Lenguaje dominante
TypeScript
Estrellas
1.7k
Forks
419
Merge medio
3 d 10 h
PR fusionados (30 d)
16

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.