firebase / firebase-admin-dotnet

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

feat(auth): Added ListTenantsAsync() and DeleteTenantAsync() APIs #225

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

Implementing delete and list/iterate APIs for tenants. I'm also adding a new abstract class ListResourcesRequest to the top-level Util namespace that can be extended in individual service implementations.