| java.lang.Object | |
| ↳ | com.google.firebase.auth.GetUsersResult |
Represents the result of the getUsersAsync(Collection) API.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Set<UserIdentifier> |
getNotFound()
Set of identifiers that were requested, but not found.
| ||||||||||
| Set<UserRecord> |
getUsers()
Set of user records corresponding to the set of users that were requested.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Set of user records corresponding to the set of users that were requested. Only users that were found are listed here. The result set is unordered.