React Native Chat Application using Firebase & Hooks [ Part 1 ]
React Native Chat Application using Firebase & Hooks [ Part 1 ] In this tutorial, we will be building full-fledged chat application. We can share text, images, and videos through this chat application. In this part 1, we will build one-on-one chat application and in the upcoming part, multiple participants will be able to chat through the application. First, make sure you have all pre-requisites to create a React-Native App as per the official documentation. If you are already done with that setup, skip this documentation and go on implementing the chat application. ...