Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Calculator

0

70
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

7 months 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.

7 months 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 job Plans Our process Sales
Legal
Terms and conditions Privacy policy
© 2023 PeakU Inc. All Rights Reserved.