firebase / firebase/firebase-admin-node

[FR] - bulk update/edit auth users

オープン
#1,583 コメント 12 件 リアクション 16 件 担当者 0 名 GitHub で見る
api: auth type: feature request
主要言語
TypeScript
スター
1.7k
フォーク
419
平均マージ
3日 10時間
マージ済み PR(30日)
16

説明

**Is your feature request related to a problem? Please describe.**
It is not currently possible to bulk update a large amount of users customClaims in a single request, using a js map makes lots of requests and reaches rate limits very quickly. e.g
`users.map(user => firebaseAdmin.auth().setCustomUserClaims(user.uid, user.claims));`

Removing users then re-importing with bulkImport would logout all current users from web/mobile apps, it would also require users to set new passwords again so this isn't an option.

**Describe the solution you'd like**
add bulkUpdate or bulkEdit command that matches users by uid or email and updates matching records

**Describe alternatives you've considered**
putting updates onto a queue and processing them individually within the firebase customClaims rate limits

**Additional context**
even the ability to run small bulk updates such as 10 or 100 would be better than processing individually

example use case:
B2B with several "clients" all in one firebase account. A client gets an upgrade and all the users gain a new feature, a new attribute needs adding to each users custom claims

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。