constructor(public db:AngularFirestore, ...) { } this.db.collection('collection-name').snapshotChanges().pipe( map(data =>{ return data.map ...
確定! 回上一頁