fix: expose disableAuth property on Tenant by mnahkies · Pull Request #2909 · firebase/firebase-admin-node
Navigation Menu
{{ message }}
firebase / firebase-admin-node Public
- Notifications You must be signed in to change notification settings
- Fork 418
Open
mnahkies wants to merge 3 commits intofirebase:mainfrom
Open
fix: expose disableAuth property on Tenant#2909
mnahkies wants to merge 3 commits intofirebase:mainfrom
fix: expose disableAuth property on Tenant#2909
mnahkies wants to merge 3 commits intofirebase:mainfrom
Conversation
Copy link
mnahkies
commented
May 2, 2025
mnahkies
commented
adds the disableAuth property to the Tenant class, allowing users to distinguish between active and disabled tenants.
ref:
mnahkies added 3 commits
May 2, 2025 09:30adds the `disableAuth` property to the `Tenant` class, allowing users to distinguish between active and disabled tenants. ref: - https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants#Tenant
Copy link
Author
mnahkies
commented
Aug 9, 2025
mnahkies commented
Aug 9, 2025@lahirumaramba is it possible to get a review of this? It's a fairly minor change, but its somewhat annoying not being able to filter out disabled tenants when scripting over multi-tenant auth projects (currently have to workaround by catching the exception when operations fail on the disabled ones).
lahirumaramba
requested review from
lahirumaramba and
pashanka
lahirumaramba
self-assigned this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment