Enums
The following enums are available globally.
-
Keys used to retrieve operation data from a
FIRActionCodeInfoobject by the @c dataForKey method.Declaration
Swift
enum FIRActionDataKey : IntObjective-C
enum FIRActionDataKey : NSInteger {} -
Operations which can be performed with action codes.
Declaration
Swift
enum FIRActionCodeOperation : IntObjective-C
enum FIRActionCodeOperation : NSInteger {}
-
Error codes used by Firebase Auth.
Declaration
Swift
enum FIRAuthErrorCode : IntObjective-C
enum FIRAuthErrorCode : NSInteger {}

