1 min readJul 31, 2020
The chat interface created using the gifted chat package in the last chapter was amazing. This part addresses the most important aspect of any chat app which is the Real-time messages fetching and displaying. The implementation of real-time message fetching using the Firestore is explained in detail. The concept is great for any React Native Chat app.