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

Hierarchy

  • FirebaseRxJSModule

Index

Methods

primaryApp

  • primaryApp(config: FirebaseAppConfig): ModuleWithProviders
  • Provides a firebase app which will be be injected for {@link FirebaseApp}. Further the app's {@link FirebaseAuth} and {@link FirebaseDatabase} can be injected in the same way.

    Parameters

    • config: FirebaseAppConfig

      Firebase app config.

    Returns ModuleWithProviders

secondaryApp

  • secondaryApp(token: InjectionToken<FirebaseApp>, config: FirebaseAppConfig): object
  • Provides a {@link FirebaseApp} which will be injected for token.

    Parameters

    • token: InjectionToken<FirebaseApp>

      Token for which {@link FirebaseApp} will be injected.

    • config: FirebaseAppConfig

      Firebase app config.

    Returns object

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