Appearance
cloudfire-auth / UserImportResult
Interface: UserImportResult
Defined in: types/firebase-admin/user-import.ts:233
Interface representing the result of the CloudFireAuth.importUsers API.
Properties
errors
errors:
FirebaseArrayIndexError[]
Defined in: types/firebase-admin/user-import.ts:246
An array of errors corresponding to the provided users to import. The length of this array is equal to [failureCount].
failureCount
failureCount:
number
Defined in: types/firebase-admin/user-import.ts:237
The number of user records that failed to import to Firebase Auth.
successCount
successCount:
number
Defined in: types/firebase-admin/user-import.ts:241
The number of user records that successfully imported to Firebase Auth.