FirebaseAuth Framework Reference

FIRAuthSettings

 @interface FIRAuthSettings : NSObject <NSCopying>

Determines settings related to an auth object.

  • Flag to determine whether app verification should be disabled for testing or not.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite, getter=isAppVerificationDisabledForTesting) BOOL appVerificationDisabledForTesting;