com.google.firebase.firestore

Annotations

DocumentId

Annotation used to mark a POJO property to be automatically populated with the document's ID when the POJO is created from a Cloud Firestore document (for example, viatoObject).

Exclude

Marks a field as excluded from the database instance.

IgnoreExtraProperties

Properties that don't map to class fields are ignored when serializing to a class annotated with this annotation.

PropertyName

Marks a field to be renamed when serialized.

ServerTimestamp

Annotation used to mark a timestamp field to be populated with a server timestamp.

ThrowOnExtraProperties

Properties that don't map to class fields when serializing to a class annotated with this annotation cause an exception to be thrown.

Interfaces

EventListener

An interface for event listeners.

ListenerRegistration

Represents a listener that can be removed by callingremove.

LocalCacheSettings

Marker interface implemented by all supported cache settings.

MemoryGarbageCollectorSettings
OnProgressListener

A listener that is called periodically during execution of aLoadBundleTask.

Transaction.Function

An interface for providing code to be executed within a transaction context.

WriteBatch.Function

An interface for providing code to be executed within aWriteBatch context.

Classes

AggregateField

Represents an aggregation that can be performed by Firestore.

AggregateField.AverageAggregateField

Represents an "average" aggregation that can be performed by Firestore.

AggregateField.CountAggregateField

Represents a "count" aggregation that can be performed by Firestore.

AggregateField.SumAggregateField

Represents a "sum" aggregation that can be performed by Firestore.

AggregateQuery

A query that calculates aggregations over an underlying query.

AggregateQuerySnapshot

The results of executing anAggregateQuery.

Blob

Immutable class representing an array of bytes in Cloud Firestore.

CollectionReference

ACollectionReference can be used for adding documents, getting document references, and querying for documents (using the methods inherited fromQuery).

DocumentChange

ADocumentChange represents a change to the documents matching a query.

DocumentReference

ADocumentReference refers to a document location in a Cloud Firestore database and can be used to write, read, or listen to the location.

DocumentSnapshot

ADocumentSnapshot contains data read from a document in your Cloud Firestore database.

FieldPath

AFieldPath refers to a field in a document.

FieldValue

Sentinel values that can be used when writing document fields withset() orupdate().

Filter

AFilter represents a restriction on one or more field values and can be used to refine the results of aQuery.

FirebaseFirestore

Represents a Cloud Firestore database and is the entry point for all Cloud Firestore operations.

FirebaseFirestoreSettings

Settings used to configure aFirebaseFirestore instance.

FirebaseFirestoreSettings.Builder

A Builder for creatingFirebaseFirestoreSettings.

FirestoreKt
GeoPoint

Immutable class representing aGeoPoint in Cloud Firestore

LoadBundleTask

Represents the task of loading a Firestore bundle.

LoadBundleTaskProgress

Represents a progress update or a final state from loading bundles.

MemoryCacheSettings

Configures the SDK to use a memory cache.

MemoryCacheSettings.Builder

A Builder for creatingMemoryCacheSettings instance.

MemoryEagerGcSettings

Configures the SDK to use an eager garbage collector for memory cache.

MemoryEagerGcSettings.Builder
MemoryLruGcSettings

Configures the SDK to use a Least-Recently-Used garbage collector for memory cache.

MemoryLruGcSettings.Builder
PersistentCacheIndexManager

Persistent cache indexes can improve performance of local query execution.

PersistentCacheSettings

Configures the SDK to use a persistent cache.

PersistentCacheSettings.Builder

A Builder for creatingPersistentCacheSettings instance.

Query

AQuery which you can read or listen to.

QueryDocumentSnapshot

AQueryDocumentSnapshot contains data read from a document in your Cloud Firestore database as part of a query.

QuerySnapshot

AQuerySnapshot contains the results of a query.

SetOptions

An options object that configures the behavior ofset() calls.

SnapshotListenOptions

An options object that configures the behavior ofaddSnapshotListener() calls.

SnapshotListenOptions.Builder

Builder for constructingSnapshotListenOptions instances.

SnapshotMetadata

Metadata about a snapshot, describing the state of the snapshot.

Transaction

ATransaction is passed to a Function to provide the methods to read and write data within the transaction context.

TransactionOptions

Options to customize transaction behavior forrunTransaction.

TransactionOptions.Builder

A Builder for creatingTransactionOptions.

VectorValue

Represent a vector type in Firestore documents.

WriteBatch

A write batch, used to perform multiple writes as a single atomic unit.

Enums

AggregateSource

The sources from which anAggregateQuery can retrieve its results.

DocumentChange.Type

An enumeration of snapshot diff types.

DocumentSnapshot.ServerTimestampBehavior

Controls the return value for server timestamps that have not yet been set to their final value.

FirebaseFirestoreException.Code

The set of Cloud Firestore status codes.

ListenSource

Configures the source option ofaddSnapshotListener() calls onDocumentReference andQuery.

LoadBundleTaskProgress.TaskState

Represents the state of bundle loading tasks.

MetadataChanges

Indicates whether metadata-only changes (that is, onlyDocumentSnapshot.getMetadata() orQuerySnapshot.getMetadata() changed) should trigger snapshot events.

Query.Direction

An enum for the direction of a sort.

Source

Configures the behavior ofget() calls onDocumentReference andQuery.

Exceptions

FirebaseFirestoreException

A class of exceptions thrown by Cloud Firestore.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.