FirebaseAdmin.Auth.ExportedUserRecords

Contains a collection of Firebase user accounts.

Summary

Properties

NextPageToken
string
Gets the token representing the next page of users.
Users
IEnumerable< ExportedUserRecord >
Gets the users included in the current page.

Properties

NextPageToken

string NextPageToken

Gets the token representing the next page of users.

Null if there are no more pages.

Users

IEnumerable< ExportedUserRecord > Users

Gets the users included in the current page.