Enumerations
The following enumerations are available globally.
-
Operations which can be performed with action codes.
Declaration
Swift
@objc(FIRActionCodeOperation) public enum ActionCodeOperation : Int, @unchecked Sendable
-
The APNs token type for the app.
This enum is available on iOS, macOS Catalyst, tvOS, and watchOS only.
Declaration
Swift
@objc(FIRAuthAPNSTokenType) public enum AuthAPNSTokenType : Int
-
Error codes used by Firebase Auth.
Declaration
Swift
@objc(FIRAuthErrorCode) public enum AuthErrorCode : Int, Error