Dont enable persistance
This commit is contained in:
parent
b93c61faa4
commit
3842e84d5c
@ -25,7 +25,6 @@ export class FormulaManagerComponent {
|
||||
}
|
||||
|
||||
constructor(private db: AngularFirestore, public electron: ElectronService) {
|
||||
this.db.firestore.enablePersistence();
|
||||
this.formulas = this.db.collection('formulas').valueChanges();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user