I am making a messaging app using Firebase and Cloud Firestore. I have a collection called "messages" that contains documents for each message. My main goal is to listen to that collection for new documents and load them without reloading all the documents in the collection.
EDIT: In a nutshell, I want the client to load messages saved by other clients.