Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentRef<T>

Type parameters

Hierarchy

  • IDocumentRef

Implemented by

Index

Properties

cached

cached: T | null

id

id: string

native

native: DocumentReference

parent

parent: ICollection<T>

path

path: string

Methods

collection

get

  • get(): Promise<T>

isFetched

  • isFetched(): boolean

onSnapshot

  • onSnapshot(onNext: function, onError?: undefined | function): function

Generated using TypeDoc