Download files with Cloud Storage on Android
Read moreHow do I get all the files from firestore in Flutter?
Call the getDocs() function, then use the build function, then print all the document IDs in the console . Here is how you do it! Get all data from the collection that you found working, without using deprecated methods.
Read more