Launch Android Studio and create a new Flutter project.
Read moreHow do I get data from Firebase collection 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