warningLevel property

String? warningLevel
getter/setter pair

Warning level describes the severity and required action to suppress this warning when Firebase CLI run into it. Possible string values are:

  • "WARNING_LEVEL_UNKNOWN" : Warning level is not specified.
  • "LOG_ONLY" : Display a warning without action needed.
  • "INTERACTIVE_ACK" : Request a confirmation in interactive deployment flow.
  • "REQUIRE_ACK" : Require an explicit confirmation in all deployment flows.
  • "REQUIRE_FORCE" : Require --force in all deployment flows.

Implementation

core.String? warningLevel;