We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01eb276 commit c1f0388Copy full SHA for c1f0388
src/config.ts
@@ -35,7 +35,7 @@ export function config(): config.Config {
35
export namespace config {
36
// Config type is usable as a object (dot notation allowed), and firebase
37
// property will also code complete.
38
- export type Config = Object & { firebase?: firebase.AppOptions };
+ export type Config = any & { firebase?: firebase.AppOptions };
39
40
/** @internal */
41
export let singleton: config.Config;
0 commit comments