Cloud Firestore doesn't retrive assigned document Id in my flutter app
I have a Firebase collection named Rooms and sub-collection messages but when I try to retrieve the Rooms collection it only returns the generated document IDs. I have tried to retrieve it with this code. but it only retrieves the…