angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.67k stars 2.19k forks source link

Property 'listCollections' does not exist on type 'AngularFirestoreDocument<unknown>'. #2467

Closed csudarshan259 closed 3 years ago

csudarshan259 commented 4 years ago

When will listCollections property be available for angularfire:?

wiedzmin26 commented 4 years ago

@csudarshan259 Can you find it in https://firebase.google.com/docs/reference/js/firebase.firestore ? I can't find it in JavaScript SDK

csudarshan259 commented 4 years ago

It's available for node.js but not for web. https://firebase.google.com/docs/firestore/query-data/get-data

wiedzmin26 commented 4 years ago

nodeJS SDK is for backend side, not frontend side.