SyntaxFix
Write A Post
Hire A Developer
Questions
Iterating through this is the precise code that worked for me.
querySnapshot.docs.forEach((e) => { var readableDate = e.data().date.toDate(); console.log(readableDate); }