Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FirebaseModule

Defines a class that represents the main ng2-firebase module. Use the forRoot function to provide a FirebaseConfig with your application settings.

Hierarchy

  • FirebaseModule

Index

Methods

Methods

Static forRoot

  • Returns a ModuleWithProviders that configures the FirebaseModule with the given config object. Generally, when importing the FirebaseModule into your application, you will want to call this function with your FirebaseConfig.

    Parameters

    • config: FirebaseConfig

      The configuration that should be used to connect to Firebase.

    Returns ModuleWithProviders

Generated using TypeDoc