constructor( private afs: AngularFirestore, ) {} dbAdd(){ this.afs.collection() this.afs.firestore.collection() }
What is the differenc