adding a time stamp to every message flutter chat app code example
Example: how to add a timestamp with each message flutter
FirebaseFirestore.instance.collection('messages').orderBy('createdAt', descending: true)
FirebaseFirestore.instance.collection('messages').orderBy('createdAt', descending: true)