tagColor property

String? tagColor
getter/setter pair

The color associated with this condition for display purposes in the Firebase Console.

Not specifying this value or having "CONDITION_DISPLAY_COLOR_UNSPECIFIED" results in the Console picking an arbitrary color to associate with the condition.

Optional. Possible string values are:

  • "CONDITION_DISPLAY_COLOR_UNSPECIFIED"
  • "BLUE" : Blue
  • "BROWN" : Brown
  • "CYAN" : Cyan
  • "DEEP_ORANGE" : aka "Red Orange"
  • "GREEN" : Green
  • "INDIGO" : Indigo
  • "LIME" : Lime
  • "ORANGE" : Orange
  • "PINK" : Pink
  • "PURPLE" : Purple
  • "TEAL" : Teal

Implementation

core.String? tagColor;