package
3.6.0+incompatible
Repository: https://github.com/deepqai/firebase-admin-go.git
Documentation: pkg.go.dev

# Packages

Package hash contains a collection of password hash algorithms that can be used with the auth.ImportUsers() API.

# Functions

IsEmailAlreadyExists checks if the given error was due to a duplicate email.
IsIDTokenRevoked checks if the given error was due to a revoked ID token.
IsInsufficientPermission checks if the given error was due to insufficient permissions.
IsPhoneNumberAlreadyExists checks if the given error was due to a duplicate phone number.
IsProjectNotFound checks if the given error was due to a non-existing project.
IsUIDAlreadyExists checks if the given error was due to a duplicate uid.
IsUnknown checks if the given error was due to a unknown server error.
IsUserNotFound checks if the given error was due to non-existing user.
NewClient creates a new instance of the Firebase Auth Client.
WithHash returns a UserImportOption that specifies a hash configuration.

# Structs

Client is the interface for the Firebase auth service.
ErrorInfo represents an error encountered while importing a single user account.
ExportedUserRecord is the returned user value used when listing all the users.
Token represents a decoded Firebase ID token.
UserImportResult represents the result of an ImportUsers() call.
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.
UserProvider represents a user identity provider.
UserRecord contains metadata associated with a Firebase user account.
UserToCreate is the parameter struct for the CreateUser function.
UserToImport represents a user account that can be bulk imported into Firebase Auth.
UserToUpdate is the parameter struct for the UpdateUser function.

# Interfaces

UserImportHash represents a hash algorithm and the associated configuration that can be used to hash user passwords.
UserImportOption is an option for the ImportUsers() function.