Firebase Auth - list of users by Custom Claims
问题 We're using Custom Claims in Firebase Auth to manage access in Firebase and allow custom UI experience. We're now working on the User Admin part and we can't find a way to retrieve users by the custom claims. For example, a user belongs to an organization and have different access level - admin or user. We need to allow the organization's admin to see all their organization's users. We'd like to avoid using a separate database to manage organization users to not double up the data. Is it