firebase / firebase/firebase-admin-node

[FR] - bulk update/edit auth users

Aperta
#1,583 12 commenti 16 reazioni 0 assegnatari Vedi su GitHub
api: auth type: feature request
Lingua principale
TypeScript
Stelle
1.7k
Fork
419
Merge medio
3g 10h
PR unite (30g)
16

Descrizione

**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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.