addCreatedBy | ||||||||||||
addCreatedBy(data, createdBy: any)
|
||||||||||||
Add createdBy to the object
Parameters :
Returns :
A
|
addCreatedDate | ||||
addCreatedDate(data)
|
||||
Add createdDate to the object
Parameters :
Returns :
A
|
addModifiedDate | ||||
addModifiedDate(data)
|
||||
Add modifiedDate to the object
Parameters :
Returns :
A
|
convertTimestampToDate | ||||
convertTimestampToDate(data)
|
||||
Parameters :
Returns :
A
|
getDocFsFromPath | ||||
getDocFsFromPath(path)
|
||||
Get AngularFirestoreDocument from path
Parameters :
Returns :
AngularFirestoreDocument
|
getDocFsFromRef | ||||
getDocFsFromRef(ref)
|
||||
Get the AngularFirestoreDocument object for a firestore DocumentReference
Parameters :
Returns :
AngularFirestoreDocument
|
getParentDocFsFromPath | ||||
getParentDocFsFromPath(path)
|
||||
Returns the next higher level doc from either a collection or a doc path
Parameters :
Returns :
AngularFirestoreDocument<A>
|
getRefFromPath | ||||
getRefFromPath(path)
|
||||
Helper method to get reference from path, the path can be either to a Document or Collection
Parameters :
Returns :
DocumentReference | CollectionReference
|
isDocExist$ | ||||
isDocExist$(docFs)
|
||||
Simple check if Document exists, returns true if Document exist
Parameters :
Returns :
Observable<boolean>
|