admin.auth. UserImportResult
Interface representing the response from the
importUsers()
method for batch importing users to Firebase Auth.
Properties
errors
non-null Array of non-null admin.FirebaseArrayIndexError
An array of errors corresponding to the provided users to import. The length of this array is equal to failureCount
.
failureCount
number
The number of user records that failed to import to Firebase Auth.
successCount
number
The number of user records that successfully imported to Firebase Auth.