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 99a2a81 commit f2cf159Copy full SHA for f2cf159
src/core/firebase.app.module.ts
@@ -12,6 +12,7 @@ import { FirebaseFirestore } from '@firebase/firestore-types';
12
13
export class FirebaseApp implements _FirebaseApp {
14
name: string;
15
+ automaticDataCollectionEnabled: boolean;
16
options: {};
17
auth: () => FirebaseAuth;
18
database: (databaseURL?: string) => FirebaseDatabase;
@@ -46,4 +47,4 @@ export class AngularFireModule {
46
47
]
48
}
49
-}
50
+}
0 commit comments