Computer Science, asked by soardraspi, 3 months ago

Can someone please provide a code snippet for getting a list of all the documents in a collection from Firebase Firestore. The required programming language is Javascript.

Answers

Answered by Anonymous
0

Answer:

There are two ways to retrieve data stored in Cloud Firestore. Either of these methods can be used with documents, collections of documents, or the results of queries: Call a method to get the data. Set a listener to receive data-change events.

Similar questions