Skip to content

Commit f2cf159

Browse files
MingyuJeonjamesdaniels
authored andcommitted
fix(app): add automaticDataCollectionEnabled (#1572)
`automaticDataCollectionEnabled` was added to FirebaseApp in 4.13.0
1 parent 99a2a81 commit f2cf159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/firebase.app.module.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { FirebaseFirestore } from '@firebase/firestore-types';
1212

1313
export class FirebaseApp implements _FirebaseApp {
1414
name: string;
15+
automaticDataCollectionEnabled: boolean;
1516
options: {};
1617
auth: () => FirebaseAuth;
1718
database: (databaseURL?: string) => FirebaseDatabase;
@@ -46,4 +47,4 @@ export class AngularFireModule {
4647
]
4748
}
4849
}
49-
}
50+
}

0 commit comments

Comments
 (0)