UNPKG

@tangential/firebase-util

Version:

Utility classes and shared functionality for Tangential services that use Firebase.

14 lines (13 loc) 500 B
import * as i0 from "@angular/core"; /** * @todo: Maybe instantiate this via the config object that we inject? * This can't be an interface because of inject, but we never new it up (it's treated as an interface basically) */ export declare class FirebaseConfig { apiKey: string; authDomain: string; databaseURL: string; storageBucket: string; static ɵfac: i0.ɵɵFactoryDeclaration<FirebaseConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FirebaseConfig>; }