FirebaseAuthException.operationNotAllowed constructor

FirebaseAuthException.operationNotAllowed()

Implementation

FirebaseAuthException.operationNotAllowed()
    : this(
          'operation-not-allowed',
          'The given sign-in provider is disabled for this Firebase project. '
              'Enable it in the Firebase console, under the sign-in method tab of the '
              'Auth section');