Search
Preparing search index...
The search index is not available
firebase-firestorm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
IDocumentRef
Interface IDocumentRef<T>
Type parameters
T
:
IEntity
Hierarchy
IDocumentRef
Implemented by
DocumentRef
Index
Properties
cached
id
native
parent
path
Methods
collection
get
is
Fetched
on
Snapshot
Properties
cached
cached
:
T
|
null
id
id
:
string
native
native
:
DocumentReference
parent
parent
:
ICollection
<
T
>
path
path
:
string
Methods
collection
collection<C>
(
coll
:
object
)
:
ICollection
<
C
>
Type parameters
C
:
IEntity
Parameters
coll:
object
Returns
ICollection
<
C
>
get
get
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
is
Fetched
is
Fetched
(
)
:
boolean
Returns
boolean
on
Snapshot
on
Snapshot
(
onNext
:
function
, onError
?:
undefined
|
function
)
:
function
Parameters
onNext:
function
(
snapshot
:
IDocumentSnapshot
<
T
>
)
:
void
Parameters
snapshot:
IDocumentSnapshot
<
T
>
Returns
void
Optional
onError:
undefined
|
function
Returns
function
(
)
:
void
Returns
void
Globals
IDocument
Ref
cached
id
native
parent
path
collection
get
is
Fetched
on
Snapshot
Generated using
TypeDoc