DocumentExtensions extension

on

Methods

addField(FireValue value) FirestoreDocument

Available on FirestoreDocumentPath, provided by the DocumentExtensions extension

addFields(List<FireValue> values) FirestoreDocument

Available on FirestoreDocumentPath, provided by the DocumentExtensions extension

col(String collection) FirestoreCollectionPath

Available on FirestoreDocumentPath, provided by the DocumentExtensions extension

sub(String collection, String docId) FirestoreDocumentPath

Available on FirestoreDocumentPath, provided by the DocumentExtensions extension

withField(FireValue value) FirestoreDocument

Available on FirestoreDocumentPath, provided by the DocumentExtensions extension

withFields(List<FireValue> values) FirestoreDocument

Available on FirestoreDocumentPath, provided by the DocumentExtensions extension