Callable

Index

Type aliases

DocumentChangeType

DocumentChangeType: "added" | "removed" | "modified"

DocumentData

DocumentData: {}

Type declaration

  • [field: string]: any

EmulatorMockTokenOptions

FirestoreErrorCode

FirestoreErrorCode: "cancelled" | "unknown" | "invalid-argument" | "deadline-exceeded" | "not-found" | "already-exists" | "permission-denied" | "resource-exhausted" | "failed-precondition" | "aborted" | "out-of-range" | "unimplemented" | "internal" | "unavailable" | "data-loss" | "unauthenticated"

LogLevel

LogLevel: "debug" | "error" | "silent"

OrderByDirection

OrderByDirection: "desc" | "asc"

TaskState

TaskState: "Error" | "Running" | "Success"

UpdateData

UpdateData: {}

Type declaration

  • [fieldPath: string]: any

WhereFilterOp

WhereFilterOp: "<" | "<=" | "==" | "!=" | ">=" | ">" | "array-contains" | "in" | "array-contains-any" | "not-in"

Variables

Const CACHE_SIZE_UNLIMITED

CACHE_SIZE_UNLIMITED: number

Functions

setLogLevel

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

Last updated 2022-07-27 UTC.