# Functions
NewClient creates a new instance of the Firebase Auth Client.
# Structs
Client is the interface for the Firebase auth service.
ExportedUserRecord is the returned user value used when listing all the users.
Token represents a decoded Firebase ID token.
UserInfo is a collection of standard profile information for a user.
UserIterator is an iterator over Users.
UserMetadata contains additional metadata associated with a user account.
UserRecord contains metadata associated with a Firebase user account.
UserToCreate is the parameter struct for the CreateUser function.
UserToUpdate is the parameter struct for the UpdateUser function.