firebase-rxjs
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ZoneHelper

Index

Constructors

constructor

Methods

createObservable

  • createObservable<T>(subscribe: function): Observable<T>
  • Type parameters

    • T

    Parameters

    • subscribe: function
        • (subscriber: Subscriber<T>): TeardownLogic
        • Parameters

          • subscriber: Subscriber<T>

          Returns TeardownLogic

    Returns Observable<T>

runInFirebase

  • runInFirebase<T>(fn: function): T

wrapPromise

  • wrapPromise<T>(promiseFactory: function): Observable<T>
  • Type parameters

    • T

    Parameters

    • promiseFactory: function
        • (): Promise<T>
        • Returns Promise<T>

    Returns Observable<T>

wrapSubscribe

  • wrapSubscribe<T>(fn: T): T

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc