Skip to content

Commit

Permalink
fix(app): add automaticDataCollectionEnabled (#1572)
Browse files Browse the repository at this point in the history
`automaticDataCollectionEnabled` was added to FirebaseApp in 4.13.0
  • Loading branch information
MingyuJeon authored and jamesdaniels committed Apr 21, 2018
1 parent 99a2a81 commit f2cf159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/firebase.app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { FirebaseFirestore } from '@firebase/firestore-types';

export class FirebaseApp implements _FirebaseApp {
name: string;
automaticDataCollectionEnabled: boolean;
options: {};
auth: () => FirebaseAuth;
database: (databaseURL?: string) => FirebaseDatabase;
Expand Down Expand Up @@ -46,4 +47,4 @@ export class AngularFireModule {
]
}
}
}
}

0 comments on commit f2cf159

Please sign in to comment.