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 ea84c9c commit cc78cf1Copy full SHA for cc78cf1
packages/app-compat/src/public-types.ts
@@ -33,7 +33,7 @@ export interface FirebaseAppConfig {
33
automaticDataCollectionEnabled?: boolean;
34
}
35
36
-interface FirebaseAppContructor {
+interface FirebaseAppConstructor {
37
new (): FirebaseApp;
38
39
@@ -85,7 +85,7 @@ export interface FirebaseNamespace {
85
*
86
* DO NOT call this constuctor directly (use firebase.app() instead).
87
*/
88
- App: FirebaseAppContructor;
+ App: FirebaseAppConstructor;
89
};
90
91
/**
0 commit comments