React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
FirestoreWriteBatch
BatchWrite
Interface BatchWrite
interface
BatchWrite
{
data
?:
Record
<
string
,
unknown
>
;
options
?:
Record
<
string
,
unknown
>
;
path
:
string
;
type
:
"SET"
|
"UPDATE"
|
"DELETE"
;
}
Index
Properties
data?
options?
path
type
Properties
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
options
options
?:
Record
<
string
,
unknown
>
path
path
:
string
type
type
:
"SET"
|
"UPDATE"
|
"DELETE"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
options
path
type
Documentation
GitHub
npm
React Native Firebase
Loading...