Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

168
Views
Firebase bulk edit users

Does the firebase admin sdk have a way of bulk editing users?

It has bulk methods for getUsers, deleteUsers and importUsers but no option for edit?

Edit: I've opened a github issue with google/firebase here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

As far as I know, Firebase Auth in Admin SDK doesn't have any other methods except updateUser (docs) to update a single user. I'd suggest to retrive all users by UID, modify it, bulk delete all users by UID and then do import steps (import docs). Make sure to chunk your data by 1000 for every API call, because that's the API limit. Or, you can do looping updateUser one by one instead.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!