Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GeoFirestoreTypes

Index

Type aliases

SnapshotOptions: firebase.firestore.SnapshotOptions

Options that configure how data is retrieved from a DocumentSnapshot (e.g. the desired behavior for server timestamps that have not yet been set to their final value).

WhereFilterOp: firebase.firestore.WhereFilterOp | cloudfirestore.WhereFilterOp

Filter conditions in a Query.where() clause are specified using the strings '<', '<=', '==', '!=', '>=', '>', 'array-contains', 'in', 'array-contains-any', and 'not-in'.

Generated using TypeDoc