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

# 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.

# 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.