Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FirebaseConfig

Defines an object that represents configuration for a FirebaseService.

Hierarchy

  • FirebaseConfig

Index

Constructors

Properties

Constructors

constructor

  • Creates a new FirebaseConfig object using the given Firebase URL.

    Parameters

    • url: string

      The URL that should be used to connect to Firebase.

    Returns FirebaseConfig

Properties

url

url: string

The URL that the service should use to connect to firebase. Typically in the format https://<YOUR-FIREBASE-APP>.firebaseio.com

Generated using TypeDoc