React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
FirestoreTransaction
TransactionMeta
Interface TransactionMeta
interface
TransactionMeta
{
id
:
number
;
reject
?:
(
error
:
unknown
)
=>
void
;
resolve
?:
(
result
:
unknown
)
=>
void
;
stack
?:
string
;
updateFunction
:
(
transaction
:
default
)
=>
Promise
<
unknown
>
;
}
Index
Properties
id
reject?
resolve?
stack?
update
Function
Properties
id
id
:
number
Optional
reject
reject
?:
(
error
:
unknown
)
=>
void
Optional
resolve
resolve
?:
(
result
:
unknown
)
=>
void
Optional
stack
stack
?:
string
update
Function
updateFunction
:
(
transaction
:
default
)
=>
Promise
<
unknown
>
Receives the Transaction instance (this module's default export).
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
reject
resolve
stack
update
Function
Documentation
GitHub
npm
React Native Firebase
Loading...
Receives the Transaction instance (this module's default export).