Skip to content

Commit

Permalink
Added NS_ERROR_ENUM to Firebase Auth, breaking changes (#7723)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-25 committed Nov 23, 2021
1 parent 61a1f5b commit 07d55e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extern NSString *const FIRAuthErrorUserInfoMultiFactorResolverKey
/**
@brief Error codes used by Firebase Auth.
*/
typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
typedef NS_ERROR_ENUM(FIRAuthErrorDomain, FIRAuthErrorCode) {
/** Indicates a validation error with the custom token.
*/
FIRAuthErrorCodeInvalidCustomToken = 17000,
Expand Down

0 comments on commit 07d55e1

Please sign in to comment.