decoding a timestamp in flutter 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)