Uses of Class
com.google.cloud.firestore.CollectionReference
Packages that use CollectionReference
-
Uses of CollectionReference in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return CollectionReferenceModifier and TypeMethodDescriptionDocumentReference.collection(String collectionPath) Gets a CollectionReference instance that refers to the collection that is a child of this document.Firestore.collection(String path) Gets aCollectionReferencethat refers to the collection at the specified path.DocumentReference.getParent()A reference to the Collection to which this DocumentReference belongs to.Methods in com.google.cloud.firestore that return types with arguments of type CollectionReferenceModifier and TypeMethodDescriptionDocumentReference.listCollections()Fetches the subcollections that are direct children of this document.Firestore.listCollections()Fetches the root collections that are associated with this Firestore database.Methods in com.google.cloud.firestore with parameters of type CollectionReferenceModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Void>Firestore.recursiveDelete(CollectionReference reference) Recursively deletes all documents and subcollections at and under the specified level.com.google.api.core.ApiFuture<Void>Firestore.recursiveDelete(CollectionReference reference, BulkWriter bulkWriter) Recursively deletes all documents and subcollections at and under the specified level.