React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
pipelines/expressions
coalesce
Function coalesce
coalesce
(
_expression
:
Expression
,
_replacement
:
unknown
,
...
_others
:
unknown
[]
,
)
:
FunctionExpression
Beta
Returns the first non-null, non-absent argument without evaluating later arguments.
Parameters
_expression
:
Expression
_replacement
:
unknown
...
_others
:
unknown
[]
Returns
FunctionExpression
coalesce
(
_fieldName
:
string
,
_replacement
:
unknown
,
...
_others
:
unknown
[]
,
)
:
FunctionExpression
Beta
Returns the first non-null, non-absent argument without evaluating later arguments.
Parameters
_fieldName
:
string
_replacement
:
unknown
...
_others
:
unknown
[]
Returns
FunctionExpression
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Returns the first non-null, non-absent argument without evaluating later arguments.