File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
FirebaseAuth/Sources/Public/FirebaseAuth Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,11 @@ typedef NS_ERROR_ENUM(FIRAuthErrorDomain, FIRAuthErrorCode){
413413 */
414414 FIRAuthErrorCodeMissingOrInvalidNonce = 17094 ,
415415
416+ /* * Raised when an Cloud Function returns a blocking error. Will include a message returned from
417+ * the function.
418+ */
419+ FIRAuthErrorCodeBlockingCloudFunctionError = 17105 ,
420+
416421 /* * Indicates an error for when the client identifier is missing.
417422 */
418423 FIRAuthErrorCodeMissingClientIdentifier = 17993 ,
@@ -429,11 +434,6 @@ typedef NS_ERROR_ENUM(FIRAuthErrorDomain, FIRAuthErrorCode){
429434 describing which step of the JWT parsing process failed.
430435 */
431436 FIRAuthErrorCodeMalformedJWT = 18000 ,
432-
433- /* * Raised when an Cloud Function returns a blocking error. Will include a message returned from
434- * the function.
435- */
436- FIRAuthErrorCodeBlockingCloudFunctionError = 17105 ,
437437} NS_SWIFT_NAME(AuthErrorCode);
438438
439439@end
You can’t perform that action at this time.
0 commit comments