UserImportResult class

Interface representing the response from the _BaseAuth.importUsers method for batch importing users to Firebase Auth.

Constructors

UserImportResult({required int failureCount, required int successCount, required List<FirebaseArrayIndexError> errors})

Properties

errors List<FirebaseArrayIndexError>
An array of errors corresponding to the provided users to import. The length of this array is equal to failureCount.
final
failureCount int
The number of user records that failed to import to Firebase Auth.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successCount int
The number of user records that successfully imported to Firebase Auth.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited