how to check a specific data in realtime database as well as it checks in firestore ?
this.afs.collection('collection', ref => ref.where('data', "==", date
)).snapshotChanges(.subscribe(res => {
I've try
this.database.list('collection', ref => ref.where
but, "Property 'where' does not exist on type 'Reference'."