firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
370 stars 131 forks source link

feat(auth): Add bulk get/delete methods #151

Closed rsgowman closed 4 years ago

rsgowman commented 4 years ago

This PR allows callers to retrieve a list of users by unique identifier (uid, email, phone, federated provider uid) as well as to delete a list of users.

RELEASE NOTE: Added GetUsersAsync() and DeleteUsersAsync() APIs for retrieving and deleting user accounts in bulk.