React Native Firebase
    Preparing search index...
    • Beta

      Creates an expression that adds two or more expressions together.

      Parameters

      • _first: Expression

        The first expression to add.

      • _second: unknown

        The second expression or literal to add.

      Returns FunctionExpression

      A new Expression representing the addition operation.

    • Beta

      Creates an expression that adds a field's value to an expression.

      Parameters

      • _fieldName: string

        The name of the field containing the value to add.

      • _second: unknown

        The second expression or literal to add.

      Returns FunctionExpression

      A new Expression representing the addition operation.