-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Version info
**Angular:5.2.10
**Firebase:4.13.0
**AngularFire:5.0.0-rc.5-next
Debug output
** Errors in the JavaScript console **
** Screenshots **
Steps to set up and reproduce
For now, i solve it like this;
https://firebase.google.com/support/release-notes/js
export class CoreModule {
constructor( ...,
private afs: AngularFirestore) {
const settings = {timestampsInSnapshots: true};
afs.app.firestore().settings(settings);
...
}
}
mfrro, JasonGoemaat, eduanc, qorbani, Marc-I and 14 more
Metadata
Metadata
Assignees
Labels
No labels
