SnapshotMetadata

class SnapshotMetadata


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

Subclassing Note: Cloud Firestore classes are not meant to be subclassed except for use in test mocks. Subclassing is not supported in production code and new SDK releases may break code that does so.

Summary

Public properties

Boolean

Public functions

equals

fun equals(obj: Any?): Boolean

hasPendingWrites

fun hasPendingWrites(): Boolean
Returns
Boolean

true if the snapshot contains the result of local writes (for example, set() or update() calls) that have not yet been committed to the backend. If your listener has opted into metadata updates (via INCLUDE) you will receive another snapshot with hasPendingWrites() equal to false once the writes have been committed to the backend.

hashCode

fun hashCode(): Int

toString

fun toString(): String!

Public properties

isFromCache

val isFromCacheBoolean